diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 17:39:26 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 17:39:26 +0000 |
commit | 9cd649361936640a11c249443c6c8f4e00f2399d (patch) | |
tree | 763b2993694c92d76acc943eff61ff8818f2e55d /viewalbum.php | |
parent | abbcdf538949aed8cc91f65bdf1c563506fc8614 (diff) | |
download | elgg-9cd649361936640a11c249443c6c8f4e00f2399d.tar.gz elgg-9cd649361936640a11c249443c6c8f4e00f2399d.tar.bz2 |
wrong path on include elgg engine
Diffstat (limited to 'viewalbum.php')
-rw-r--r-- | viewalbum.php | 2 |
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');
|