]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Changed order of the default admin widgets.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 17 Mar 2011 02:43:27 +0000 (02:43 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 17 Mar 2011 02:43:27 +0000 (02:43 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8747 36083f99-b078-4883-b0ff-0f9b5a30f544

install/ElggInstaller.php

index de111c5d450e13f7c2f4793d2eef08cfcd7fccd7..900ab6fb090dd384ebc3ea61aa3cf8281e5b9dbf 100644 (file)
@@ -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'),
        );
 
        /**