aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 7592f00b3..b0c3a9d66 100644
--- a/start.php
+++ b/start.php
@@ -322,7 +322,7 @@
case "highestrated":
if (isset($page[1])) set_input('guid',$page[1]);
- include($CONFIG->pluginspath . "tidypics/highestrated.php");
+ include($CONFIG->pluginspath . "tidypics/pages/lists/highestrated.php");
break;
}
}