diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/ElggInstaller.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index 2b8fd8324..aaa786033 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -507,10 +507,6 @@ class ElggInstaller { $params = array(); if ($this->autoLogin) { - // remind users to enable / disable desired tools - $msg = elgg_echo('firstadminlogininstructions'); - elgg_add_admin_notice('first_installation_plugin_reminder', $msg); - $params['destination'] = 'pg/admin/plugins/simple'; } else { $params['destination'] = 'index.php'; |