From a270c1ebd1090bfac9d03c265fadee8d260113d7 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 17 Mar 2011 02:43:27 +0000 Subject: Changed order of the default admin widgets. git-svn-id: http://code.elgg.org/elgg/trunk@8747 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install') diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php index de111c5d4..900ab6fb0 100644 --- a/install/ElggInstaller.php +++ b/install/ElggInstaller.php @@ -34,8 +34,8 @@ class ElggInstaller { * In the form column => array of handlers in order, top to bottom */ protected $adminWidgets = array( - 1 => array('admin_welcome', 'content_stats'), - 2 => array('online_users', 'new_users'), + 1 => array('online_users', 'new_users', 'content_stats'), + 2 => array('admin_welcome'), ); /** -- cgit v1.2.3