r80581 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80580‎ | r80581 | r80582 >
Date:19:04, 19 January 2011
Author:yaron
Status:deferred
Tags:
Comment:
Removed comment - not necessary, and probably just confusing
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormEditTab.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormEditTab.php
@@ -22,7 +22,7 @@
2323 ( $obj->mTitle->getNamespace() == NS_SPECIAL ) ) {
2424 return true;
2525 }
26 - $title = $obj->mTitle; // getTitle method doesn't work for MW 1.15.x
 26+ $title = $obj->mTitle;
2727 $form_names = SFFormLinker::getDefaultFormsForPage( $title );
2828 if ( count( $form_names ) == 0 ) {
2929 return true;