diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-08-07 19:54:53 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-08-07 19:54:53 +0000 |
commit | dfbe8230304558856ba38aa58f28a1a1524901e4 (patch) | |
tree | 273e9041be0368f444b68f53a41bb263250dda7c /actions/admin/flickrSetup.php | |
parent | 3838caed15ac73f81827829b6c094aae3c3f3539 (diff) | |
download | elgg-dfbe8230304558856ba38aa58f28a1a1524901e4.tar.gz elgg-dfbe8230304558856ba38aa58f28a1a1524901e4.tar.bz2 |
fixed paths due to move to new directory
Diffstat (limited to 'actions/admin/flickrSetup.php')
-rw-r--r-- | actions/admin/flickrSetup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/admin/flickrSetup.php b/actions/admin/flickrSetup.php index ee31b8c34..1eaf9a037 100644 --- a/actions/admin/flickrSetup.php +++ b/actions/admin/flickrSetup.php @@ -2,7 +2,7 @@ /** * Setup the user's flickr username and store it */ -require_once dirname(dirname(__FILE__)) . "/lib/phpFlickr/phpFlickr.php"; +require_once dirname(dirname(dirname(__FILE__))) . "/lib/phpFlickr/phpFlickr.php"; $f = new phpFlickr("26b2abba37182aca62fe0eb2c7782050"); $flickr_username = get_input( "flickr_username" ); |