Merge "Add missing return in doEditSectionLink"

This commit is contained in:
jenkins-bot 2018-06-18 20:22:25 +00:00 committed by Gerrit Code Review
commit 30d1b7fd47
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 '';
}
/**