aboutsummaryrefslogtreecommitdiff
path: root/install/ElggInstaller.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-16 01:18:13 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-16 01:18:13 +0000
commita9acf7d6f8f9af7e5d031e004e2ed207ac3e3aba (patch)
treec06d714189e217c2719ab8095555b24c5949dbf5 /install/ElggInstaller.php
parent2e1e7b19be7bcb78652b8da599183896246ecaf5 (diff)
downloadelgg-a9acf7d6f8f9af7e5d031e004e2ed207ac3e3aba.tar.gz
elgg-a9acf7d6f8f9af7e5d031e004e2ed207ac3e3aba.tar.bz2
Fixes #2642 changed elgg_view_page() to always pick up page_shell views for the page_shells directory
git-svn-id: http://code.elgg.org/elgg/trunk@7325 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install/ElggInstaller.php')
-rw-r--r--install/ElggInstaller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index e52e3b056..060480791 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -187,7 +187,7 @@ class ElggInstaller {
echo elgg_view_page(
$title,
$body,
- 'page_shells/default',
+ 'default',
array(
'step' => $step,
'steps' => $this->getSteps(),