r24655 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24654‎ | r24655 | r24656 >
Date:16:12, 7 August 2007
Author:vyznev
Status:old
Tags:
Comment:
fix crash when trying to edit a protected namespace
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -1096,6 +1096,7 @@
10971097 * @return array Array of arrays of the arguments to wfMsg to explain permissions problems.
10981098 */
10991099 private function getUserPermissionsErrorsInternal( $action, $user, $doExpensiveQueries = true ) {
 1100+ global $wgContLang;
11001101 $fname = 'Title::userCan';
11011102 wfProfileIn( $fname );
11021103

Follow-up revisions

RevisionCommit summaryAuthorDate
r24705Merged revisions 24632-24693 via svnmerge from...david19:15, 9 August 2007

Status & tagging log