]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #3176 missed group owner page in script renaming
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Mar 2011 00:03:35 +0000 (00:03 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 22 Mar 2011 00:03:35 +0000 (00:03 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8809 36083f99-b078-4883-b0ff-0f9b5a30f544

mod/file/start.php
mod/pages/start.php

index a332b356fcec7834fc9ae9d6aafbf0afb049b6ee..218edef51303c5fa6ce098e28ea78c97129779d4 100644 (file)
@@ -111,7 +111,7 @@ function file_page_handler($page) {
                        include "$file_dir/search.php";
                        break;
                case 'group':
-                       include "$file_dir/index.php";
+                       include "$file_dir/owner.php";
                        break;
                case 'all':
                default:
index 2ce7d1b0fdb5cd8cbe7defca6a8b2299465e5110..a8df99befbf9892cf95754e1da7884b1cac4412d 100644 (file)
@@ -138,7 +138,7 @@ function pages_page_handler($page) {
                        include "$base_dir/edit.php";
                        break;
                case 'group':
-                       include "$base_dir/index.php";
+                       include "$base_dir/owner.php";
                        break;
                case 'history':
                        set_input('guid', $page[1]);