aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-22 00:03:35 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-22 00:03:35 +0000
commit58655326f516c136473568c21d2a3f37bcb060d6 (patch)
tree09889d606c9596b323ae58f2ecf75344e3b7e6d8 /mod/file/start.php
parent5bb588f9dac320ba16f1d08634e2a26a8dd895a2 (diff)
downloadelgg-58655326f516c136473568c21d2a3f37bcb060d6.tar.gz
elgg-58655326f516c136473568c21d2a3f37bcb060d6.tar.bz2
Refs #3176 missed group owner page in script renaming
git-svn-id: http://code.elgg.org/elgg/trunk@8809 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/start.php')
-rw-r--r--mod/file/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/file/start.php b/mod/file/start.php
index a332b356f..218edef51 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -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: