Followup r111796, always return true

This commit is contained in:
Sam Reed 2012-02-22 23:07:11 +00:00
parent c06ac504c0
commit 924908c22f
Notes: Sam Reed 2012-02-22 23:07:11 +00:00

View file

@ -224,7 +224,6 @@ class WikiEditorHooks {
public static function EditPageBeforeEditToolbar( &$toolbar ) {
if ( self::isEnabled( 'toolbar' ) ) {
$toolbar = '';
return false;
}
return true;
}