]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed paths due to move to new directory
authorCash Costello <cash.costello@gmail.com>
Sat, 7 Aug 2010 19:54:53 +0000 (19:54 +0000)
committerCash Costello <cash.costello@gmail.com>
Sat, 7 Aug 2010 19:54:53 +0000 (19:54 +0000)
actions/admin/create_thumbnails.php
actions/admin/flickrSetup.php

index 18dae6b783f126d2984f2b39c77636fb7fa9e5a7..a09965f6592eacebd4ab8062251f393b53ca2bc2 100644 (file)
@@ -5,8 +5,8 @@
  *  Called through ajax
  */
 
-include_once dirname(dirname(dirname(dirname(__FILE__)))) . "/engine/start.php";
-include dirname(dirname(__FILE__)) . "/lib/resize.php";
+include_once dirname(dirname(dirname(dirname(dirname(__FILE__))))) . "/engine/start.php";
+include dirname(dirname(dirname(__FILE__))) . "/lib/resize.php";
 
 global $CONFIG;
 
index ee31b8c348d0341fd3162ca7112516c62eb8ee4e..1eaf9a0374344f9b9acb0062d64afa40669be1f0 100644 (file)
@@ -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" );