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/recentlycommented.php | |
parent | 8eda97c458040614c52f3a63295da6db6fb2cfb5 (diff) | |
download | elgg-2bd7ef20eca36015bd404a94c328c15bc3dd23df.tar.gz elgg-2bd7ef20eca36015bd404a94c328c15bc3dd23df.tar.bz2 |
finished moving lists to pages/lists/
Diffstat (limited to 'pages/lists/recentlycommented.php')
-rw-r--r-- | pages/lists/recentlycommented.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/lists/recentlycommented.php b/pages/lists/recentlycommented.php index bfb64981d..da0f2a12a 100644 --- a/pages/lists/recentlycommented.php +++ b/pages/lists/recentlycommented.php @@ -7,7 +7,7 @@ */ // Load Elgg engine - include_once(dirname(dirname(dirname(__FILE__))) . "/engine/start.php"); + include_once dirname(dirname(dirname(dirname(dirname(__FILE__))))) . "/engine/start.php"; global $CONFIG; $prefix = $CONFIG->dbprefix; |