Add lots more information to the siteinfo query. Based on the JS variable list.
[lhc/web/wiklou.git] / includes / User.php
index 12577f6..4ab5785 100644 (file)
@@ -2375,7 +2375,6 @@ class User {
         * Log this user out.
         */
        function logout() {
-               global $wgUser;
                if( wfRunHooks( 'UserLogout', array(&$this) ) ) {
                        $this->doLogout();
                }