From 2bd7ef20eca36015bd404a94c328c15bc3dd23df Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 22 Aug 2009 19:56:20 +0000 Subject: finished moving lists to pages/lists/ --- pages/lists/recentlycommented.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/lists/recentlycommented.php') 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; -- cgit v1.2.3