diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-22 19:39:39 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-22 19:39:39 +0000 |
commit | 11792cc0394ae34aa8404a2c4335b64fea41a315 (patch) | |
tree | 90f077e665908251ac3fd3433248878cd4a08ea4 /start.php | |
parent | 1827bae9adc9aaad0c08e47f7ca8aae81a814065 (diff) | |
download | elgg-11792cc0394ae34aa8404a2c4335b64fea41a315.tar.gz elgg-11792cc0394ae34aa8404a2c4335b64fea41a315.tar.bz2 |
moved the voting lists to pages/lists/
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
}
}
|