Add missing return in doEditSectionLink

Change-Id: If2bfae229c2d12090276a5f8dea00a45746349a6
This commit is contained in:
Fomafix 2018-06-18 21:33:03 +02:00
parent 927b1bddd2
commit 72a4f7cf4c
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ class SkinMinerva extends SkinTemplate implements ICustomizableSkin {
$html .= Html::closeElement( 'span' );
return $html;
}
return '';
}
/**