We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549fe8d commit 41e8ab3Copy full SHA for 41e8ab3
includes/FemiwikiTemplate.php
@@ -261,6 +261,7 @@ public function getToolboxData() {
261
262
if ( version_compare( MW_VERSION, '1.35', '<' ) ) {
263
if ( ExtensionRegistry::getInstance()->isLoaded( 'Sanctions' )
264
+ && $this->getSkin()->getRelevantUser()
265
&& isset( $this->data['sidebar']['TOOLBOX']['sanctions'] ) ) {
266
$toolbox = wfArrayInsertAfter(
267
$toolbox,
skin.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Femiwiki",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"author": "[https://femiwiki.com/ Femiwiki Team]",
5
"url": "https://github.com/femiwiki/FemiwikiSkin",
6
"descriptionmsg": "femiwiki-desc",
0 commit comments