diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-22 19:56:20 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-22 19:56:20 +0000 |
commit | 2bd7ef20eca36015bd404a94c328c15bc3dd23df (patch) | |
tree | 57ec84eb5bc032c3b626a12432148b4f50d1aba9 /pages/lists/highestrated.php | |
parent | 8eda97c458040614c52f3a63295da6db6fb2cfb5 (diff) | |
download | elgg-2bd7ef20eca36015bd404a94c328c15bc3dd23df.tar.gz elgg-2bd7ef20eca36015bd404a94c328c15bc3dd23df.tar.bz2 |
finished moving lists to pages/lists/
Diffstat (limited to 'pages/lists/highestrated.php')
-rw-r--r-- | pages/lists/highestrated.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/lists/highestrated.php b/pages/lists/highestrated.php index e9f0296e2..bacb7ba86 100644 --- a/pages/lists/highestrated.php +++ b/pages/lists/highestrated.php @@ -4,7 +4,7 @@ * */ - include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + include_once dirname(dirname(dirname(dirname(dirname(__FILE__))))) . "/engine/start.php"; //if no friends were requested, see world pictures instead, or redirect to user's friends /* if (is_null(get_input('username')) || get_input('username')=='') { |