Revision: 46329
Author:   jojo
Date:     2009-01-27 09:50:56 +0000 (Tue, 27 Jan 2009)

Log Message:
-----------
use coll-helppage instead of constructing the link

Modified Paths:
--------------
    trunk/extensions/Collection/Collection.body.php

Modified: trunk/extensions/Collection/Collection.body.php
===================================================================
--- trunk/extensions/Collection/Collection.body.php     2009-01-27 09:42:30 UTC 
(rev 46328)
+++ trunk/extensions/Collection/Collection.body.php     2009-01-27 09:50:56 UTC 
(rev 46329)
@@ -1186,7 +1186,7 @@
                        }
                        
                        $helpCollections = wfMsgHtml( 'coll-help_collections' );
-                       $helpURL = htmlspecialchars( Title::makeTitle( NS_HELP, 
wfMsgForContent( 'coll-collections' ) )->getFullURL() );
+                       $helpURL = htmlspecialchars( Title::newFromText( 
wfMsgForContent( 'coll-helppage' ) )->getFullURL() );
                        $out .= <<<EOS
                                                        <li><a 
href="$helpURL">$helpCollections</a></li>
 EOS



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

Reply via email to