diff options
-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');
|