Index: trunk/extensions/SemanticNotifyMe/INSTALL |
— | — | @@ -14,5 +14,5 @@ |
15 | 15 | |
16 | 16 | Apply this patch, $IP/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php |
17 | 17 | line 1268, add the following |
18 | | - $title = Title::makeTitle(NS_SPECIAL, 'SMWNotifyMe'); |
| 18 | + $title = SpecialPage::getTitleFor( 'SMWNotifyMe' ); |
19 | 19 | $updatejobs[] = new SMWNMRefreshJob($title); |