r51074 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51073‎ | r51074 | r51075 >
Date:16:14, 27 May 2009
Author:yaron
Status:deferred
Tags:
Comment:
Initialized variable
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_RunQuery.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_RunQuery.php
@@ -39,6 +39,7 @@
4040 $form_title = Title::makeTitleSafe(SF_NS_FORM, $form_name);
4141
4242 if (! $form_title || ! $form_title->exists() ) {
 43+ $javascript_text = "";
4344 if ($form_name == '')
4445 $text = '<p class="error">' . wfMsg('sf_runquery_badurl') . "</p>\n";
4546 else

Status & tagging log