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

Revision: 54495
Author:   brion
Date:     2009-08-05 22:46:23 +0000 (Wed, 05 Aug 2009)

Log Message:
-----------
Merge fatal err fix from r54124

Modified Paths:
--------------
    branches/wmf-deployment/extensions/Collection/Collection.body.php

Property Changed:
----------------
    branches/wmf-deployment/extensions/Collection/


Property changes on: branches/wmf-deployment/extensions/Collection
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/REL1_15/phase3/extensions/Collection:51646
/trunk/extensions/Collection:52089-52290,52859,52871-52872,52876,53191,53205-53206,53272,53350
   + /branches/REL1_15/phase3/extensions/Collection:51646
/trunk/extensions/Collection:52089-52290,52859,52871-52872,52876,53191,53205-53206,53272,53350,54124

Modified: branches/wmf-deployment/extensions/Collection/Collection.body.php
===================================================================
--- branches/wmf-deployment/extensions/Collection/Collection.body.php   
2009-08-05 22:46:10 UTC (rev 54494)
+++ branches/wmf-deployment/extensions/Collection/Collection.body.php   
2009-08-05 22:46:23 UTC (rev 54495)
@@ -553,6 +553,7 @@
        }
 
        function loadCollection( $title, $append=false ) {
+               global $wgOut;
                if ( is_null( $title ) ) {
                        $wgOut->showErrorPage( 'coll-notitle_title', 
'coll-notitle_msg' );
                        return;



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to