fix crash when trying to edit a protected namespace
authorIlmari Karonen <vyznev@users.mediawiki.org>
Tue, 7 Aug 2007 16:12:14 +0000 (16:12 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Tue, 7 Aug 2007 16:12:14 +0000 (16:12 +0000)
includes/Title.php

index 70628c8..2281fa8 100644 (file)
@@ -1096,6 +1096,7 @@ class Title {
         * @return array Array of arrays of the arguments to wfMsg to explain permissions problems.
         */
        private function getUserPermissionsErrorsInternal( $action, $user, $doExpensiveQueries = true ) {
+               global $wgContLang;
                $fname = 'Title::userCan';
                wfProfileIn( $fname );