Index: trunk/extensions/SemanticForms/specials/SF_FormEdit.php |
— | — | @@ -100,9 +100,6 @@ |
101 | 101 | if ($wgRequest->getVal('query') == 'true') { |
102 | 102 | $page_contents = null; |
103 | 103 | $page_is_source = false; |
104 | | - } elseif ($content != null) { |
105 | | - $page_contents = $content; |
106 | | - $page_is_source = true; |
107 | 104 | } else { |
108 | 105 | $target_article = new Article($target_title); |
109 | 106 | $page_contents = $target_article->getContent(); |