diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/ElggInstaller.php | 2 |
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(), |