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 @@
23
23
( $obj->mTitle->getNamespace() == NS_SPECIAL ) ) {
24
24
return true;
25
25
}
26
- $title = $obj->mTitle; // getTitle method doesn't work for MW 1.15.x
26
+ $title = $obj->mTitle;
27
27
$form_names = SFFormLinker::getDefaultFormsForPage( $title );
28
28
if ( count( $form_names ) == 0 ) {
29
29
return true;