r63517 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63516‎ | r63517 | r63518 >
Date:22:11, 9 March 2010
Author:yaron
Status:deferred
Tags:
Comment:
Removed no-longer-necessary code
Modified paths:
  • /trunk/extensions/SemanticForms/specials/SF_FormEdit.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/specials/SF_FormEdit.php
@@ -100,9 +100,6 @@
101101 if ($wgRequest->getVal('query') == 'true') {
102102 $page_contents = null;
103103 $page_is_source = false;
104 - } elseif ($content != null) {
105 - $page_contents = $content;
106 - $page_is_source = true;
107104 } else {
108105 $target_article = new Article($target_title);
109106 $page_contents = $target_article->getContent();

Status & tagging log