aboutsummaryrefslogtreecommitdiff
path: root/mod/file/start.php
diff options
context:
space:
mode:
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";