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/create_thumbnails.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/create_thumbnails.php')
-rw-r--r-- | actions/admin/create_thumbnails.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/admin/create_thumbnails.php b/actions/admin/create_thumbnails.php index 18dae6b78..a09965f65 100644 --- a/actions/admin/create_thumbnails.php +++ b/actions/admin/create_thumbnails.php @@ -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; |