From e8da61b8e8654caa45a5315ce338886e802f044d Mon Sep 17 00:00:00 2001 From: cash Date: Fri, 3 Jun 2011 01:40:06 +0000 Subject: Fixes #3138 using 'all' for group listing urls git-svn-id: http://code.elgg.org/elgg/trunk@9133 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/pages/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/pages/start.php') diff --git a/mod/pages/start.php b/mod/pages/start.php index 772fa2de9..2e2bc1ed6 100644 --- a/mod/pages/start.php +++ b/mod/pages/start.php @@ -95,7 +95,7 @@ function pages_init() { * Edit page: pages/edit/ * History of page: pages/history/ * Revision of page: pages/revision/ - * Group pages: pages/group//owner + * Group pages: pages/group//all * * Title is ignored * @@ -208,7 +208,7 @@ function pages_owner_block_menu($hook, $type, $return, $params) { $return[] = $item; } else { if ($params['entity']->pages_enable != "no") { - $url = "pages/group/{$params['entity']->guid}/owner"; + $url = "pages/group/{$params['entity']->guid}/all"; $item = new ElggMenuItem('pages', elgg_echo('pages:group'), $url); $return[] = $item; } -- cgit v1.2.3