fix conditional

This commit is contained in:
Kevin Fenzi 2016-09-14 22:57:17 +00:00
parent 10f759f718
commit 00af9ec51b

View file

@ -187,7 +187,7 @@ $wgProxyKey = "b957b9365f724d22f666998b751507c551c66484bf75b1cc33802a67e92b0827"
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
{% if env != "staging" %}
{% if env == "staging" %}
wfLoadSkin( 'MonoBook' );
$wgDefaultSkin = 'MonoBook';
{% else %}