From b5e2dbf292cddd56a8171b4c9cf1d9cf0fb45582 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 19 Mar 2011 15:19:02 +0000 Subject: Fixes #3158 updated search and pages plugins for page handler scripts git-svn-id: http://code.elgg.org/elgg/trunk@8769 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/pages/start.php') diff --git a/mod/pages/start.php b/mod/pages/start.php index 3404a8cd2..7a4df23c4 100644 --- a/mod/pages/start.php +++ b/mod/pages/start.php @@ -115,7 +115,7 @@ function pages_page_handler($page) { elgg_push_breadcrumb(elgg_echo('pages'), 'pages/all'); - $base_dir = elgg_get_plugins_path() . 'pages'; + $base_dir = elgg_get_plugins_path() . 'pages/pages/pages'; $page_type = $page[0]; switch ($page_type) { -- cgit v1.2.3