aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-08-22 19:39:39 +0000
committerCash Costello <cash.costello@gmail.com>2009-08-22 19:39:39 +0000
commit11792cc0394ae34aa8404a2c4335b64fea41a315 (patch)
tree90f077e665908251ac3fd3433248878cd4a08ea4 /start.php
parent1827bae9adc9aaad0c08e47f7ca8aae81a814065 (diff)
downloadelgg-11792cc0394ae34aa8404a2c4335b64fea41a315.tar.gz
elgg-11792cc0394ae34aa8404a2c4335b64fea41a315.tar.bz2
moved the voting lists to pages/lists/
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;
}
}