aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/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/pages/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/pages/start.php')
-rw-r--r--mod/pages/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/start.php b/mod/pages/start.php
index 7a4df23c4..2ce7d1b0f 100644
--- a/mod/pages/start.php
+++ b/mod/pages/start.php
@@ -120,7 +120,7 @@ function pages_page_handler($page) {
$page_type = $page[0];
switch ($page_type) {
case 'owner':
- include "$base_dir/index.php";
+ include "$base_dir/owner.php";
break;
case 'friends':
include "$base_dir/friends.php";