aboutsummaryrefslogtreecommitdiff
path: root/viewalbum.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-21 17:39:26 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-21 17:39:26 +0000
commit9cd649361936640a11c249443c6c8f4e00f2399d (patch)
tree763b2993694c92d76acc943eff61ff8818f2e55d /viewalbum.php
parentabbcdf538949aed8cc91f65bdf1c563506fc8614 (diff)
downloadelgg-9cd649361936640a11c249443c6c8f4e00f2399d.tar.gz
elgg-9cd649361936640a11c249443c6c8f4e00f2399d.tar.bz2
wrong path on include elgg engine
Diffstat (limited to 'viewalbum.php')
-rw-r--r--viewalbum.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewalbum.php b/viewalbum.php
index 5c8f0b2b9..2a5999379 100644
--- a/viewalbum.php
+++ b/viewalbum.php
@@ -4,7 +4,7 @@
* Tidypics Album View Page
*/
- include_once(dirname(dirname(__FILE__)) . "/engine/start.php");
+ include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php");
// Get the GUID of the entity we want to view
$guid = (int) get_input('guid');