aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 01:36:35 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-21 01:36:35 +0000
commitbe812b46692dc21dc39932941f421aba32d59b7c (patch)
treeae1250cb09e7039dcd8947c0325c1e31c074d88b /install
parentdee67e1d518894b75d1f6936eab6aca26d5bfa40 (diff)
downloadelgg-be812b46692dc21dc39932941f421aba32d59b7c.tar.gz
elgg-be812b46692dc21dc39932941f421aba32d59b7c.tar.bz2
Fixes #2452. Removed the first admin installation notice. It was just a reminder to his "save" on the simple plugins screen. This is pretty obvious.
git-svn-id: http://code.elgg.org/elgg/trunk@8380 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'install')
-rw-r--r--install/ElggInstaller.php4
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';