diff options
Diffstat (limited to 'install')
-rw-r--r-- | install/ElggInstaller.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'), ); /** |