r67660 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67659‎ | r67660 | r67661 >
Date:19:32, 8 June 2010
Author:siebrand
Status:deferred
Tags:
Comment:
Replace Title::makeTitle[Safe]( NS_SPECIAL, 'x' ) with SpecialPage::getTitleFor ( 'x' )
Modified paths:
  • /trunk/extensions/SemanticNotifyMe/INSTALL (modified) (history)

Diff [purge]

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

Status & tagging log