iad2: wiki: Fix LocalSettings.php syntax. The variable needs a $ in front of it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
06f8ca684a
commit
eda73272f8
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ $wgGroupPermissions['Packaging']['read'] = true;
|
|||
require_once( "$IP/extensions/Lockdown/Lockdown.php" );
|
||||
{% else %}
|
||||
wfLoadExtension( 'Lockdown' );
|
||||
wgActorTableSchemaMigrationStage = MIGRATION_OLD;
|
||||
$wgActorTableSchemaMigrationStage = MIGRATION_OLD;
|
||||
{% endif %}
|
||||
|
||||
$wgSpecialPageLockdown['Export'] = array('*');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue