Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php |
— | — | @@ -232,6 +232,8 @@ |
233 | 233 | } |
234 | 234 | |
235 | 235 | static function renderFormInput ( &$parser ) { |
| 236 | + global $wgVersion; |
| 237 | + |
236 | 238 | $params = func_get_args(); |
237 | 239 | array_shift( $params ); // don't need the parser |
238 | 240 | // set defaults |