aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-19 15:33:06 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-19 15:33:06 +0000
commite4bc53c61702b22c845cbbd22ba3335935ee2c9c (patch)
tree1434596c6c93e1975bcd31b6b48d18a72978be5e /mod/file/start.php
parentb5e2dbf292cddd56a8171b4c9cf1d9cf0fb45582 (diff)
downloadelgg-e4bc53c61702b22c845cbbd22ba3335935ee2c9c.tar.gz
elgg-e4bc53c61702b22c845cbbd22ba3335935ee2c9c.tar.bz2
Fixes #3176 replaced usage of index.php where appropriate
git-svn-id: http://code.elgg.org/elgg/trunk@8770 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 f49c6fc91..a332b356f 100644
--- a/mod/file/start.php
+++ b/mod/file/start.php
@@ -91,7 +91,7 @@ function file_page_handler($page) {
$page_type = $page[0];
switch ($page_type) {
case 'owner':
- include "$file_dir/index.php";
+ include "$file_dir/owner.php";
break;
case 'friends':
include "$file_dir/friends.php";