Index: trunk/extensions/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -224,7 +224,6 @@ |
225 | 225 | public static function EditPageBeforeEditToolbar( &$toolbar ) { |
226 | 226 | if ( self::isEnabled( 'toolbar' ) ) { |
227 | 227 | $toolbar = ''; |
228 | | - return false; |
229 | 228 | } |
230 | 229 | return true; |
231 | 230 | } |