diff options
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ case "album": //view an album individually
set_input('guid',$page[1]);
- include(dirname(dirname(dirname(__FILE__))) . "/entities/index.php");
+ include($CONFIG->pluginspath . "tidypics/viewalbum.php");
break;
case "new": //create new album
|