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