mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-15 10:37:36 +00:00
Fix syntax error.
This commit is contained in:
parent
d3cde3717b
commit
d91662c7fe
Notes:
Siebrand Mazeland
2012-04-25 11:21:23 +00:00
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue