aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index 648716442..de111c5d4 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -506,7 +506,7 @@ class ElggInstaller {
$params = array();
if ($this->autoLogin) {
- $params['destination'] = 'pg/admin/';
+ $params['destination'] = 'admin';
} else {
$params['destination'] = 'index.php';
}