From 9cd649361936640a11c249443c6c8f4e00f2399d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 21 Mar 2009 17:39:26 +0000 Subject: wrong path on include elgg engine --- viewalbum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewalbum.php') 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'); -- cgit v1.2.3