Index: trunk/phase3/includes/Title.php |
— | — | @@ -1096,6 +1096,7 @@ |
1097 | 1097 | * @return array Array of arrays of the arguments to wfMsg to explain permissions problems. |
1098 | 1098 | */ |
1099 | 1099 | private function getUserPermissionsErrorsInternal( $action, $user, $doExpensiveQueries = true ) { |
| 1100 | + global $wgContLang; |
1100 | 1101 | $fname = 'Title::userCan'; |
1101 | 1102 | wfProfileIn( $fname ); |
1102 | 1103 | |