Fix syntax error.

This commit is contained in:
Siebrand Mazeland 2012-04-25 11:21:23 +00:00
parent d3cde3717b
commit d91662c7fe
Notes: Siebrand Mazeland 2012-04-25 11:21:23 +00:00

View file

@ -54,7 +54,7 @@ $wgSpecialPages['Interwiki'] = 'SpecialInterwiki';
$wgSpecialPageGroups['Interwiki'] = 'wiki';
function setupInterwikiExtension() {
global $wgInterwikiViewOnly, $wgAvailableRights, $wgLogTypes, $wgLogActionsHandlers
global $wgInterwikiViewOnly, $wgAvailableRights, $wgLogTypes, $wgLogActionsHandlers;
if ( $wgInterwikiViewOnly === false ) {
// New user right, required to modify the interwiki table through Special:Interwiki