From be812b46692dc21dc39932941f421aba32d59b7c Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 21 Feb 2011 01:36:35 +0000 Subject: 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 --- install/ElggInstaller.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'install') 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'; -- cgit v1.2.3