http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73905

Revision: 73905
Author:   platonides
Date:     2010-09-28 15:27:18 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Import of ArticleComments v0.4 by Jim R. Wilson from 
http://jimbojw.com/wiki/index.php?title=ArticleComments&oldid=2165 (changing 
SpecialPage registration to omit from Special:Specialpages - thanks Charlie!)

Modified Paths:
--------------
    trunk/extensions/ArticleComments/ArticleComments.php

Modified: trunk/extensions/ArticleComments/ArticleComments.php
===================================================================
--- trunk/extensions/ArticleComments/ArticleComments.php        2010-09-28 
15:26:32 UTC (rev 73904)
+++ trunk/extensions/ArticleComments/ArticleComments.php        2010-09-28 
15:27:18 UTC (rev 73905)
@@ -264,7 +264,7 @@
 function setupSpecialProcessComment() {
     global $IP, $wgMessageCache;
     require_once($IP.'/includes/SpecialPage.php');
-    SpecialPage::addPage(new SpecialPage('ProcessComment', '', true, 
'specialProcessComment', false));
+    SpecialPage::addPage(new SpecialPage('ProcessComment', '', false, 
'specialProcessComment', false));
 
     # Messages used in this extension
     $wgMessageCache->addMessage('article-comments-title-field', 'Title');



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to