r110115 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110114‎ | r110115 | r110116 >
Date:12:01, 27 January 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
methods should be static
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_Utils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_Utils.php
@@ -826,7 +826,7 @@
827827 * @author Solitarius
828828 * @since 2.4
829829 */
830 - public function showFormPreview( $editpage, $request ) {
 830+ public static function showFormPreview( $editpage, $request ) {
831831 global $wgOut, $sfgFormPrinter;
832832
833833 wfDebug( __METHOD__ . ": enter.\n" );

Status & tagging log