https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114339
Revision: 114339
Author: awjrichards
Date: 2012-03-21 00:31:54 +0000 (Wed, 21 Mar 2012)
Log Message:
-----------
Followup r114332, r114336 - updating in MobileFrontend.php to reflect changes
to custom logo handling in ExtMobileFrontend::setDefaultLogo()
Modified Paths:
--------------
trunk/extensions/MobileFrontend/MobileFrontend.php
Modified: trunk/extensions/MobileFrontend/MobileFrontend.php
===================================================================
--- trunk/extensions/MobileFrontend/MobileFrontend.php 2012-03-21 00:31:52 UTC
(rev 114338)
+++ trunk/extensions/MobileFrontend/MobileFrontend.php 2012-03-21 00:31:54 UTC
(rev 114339)
@@ -154,13 +154,14 @@
* See $itemsToRemove for more information.
*/
$wgMFRemovableClasses = array();
+
/**
* Make the logos configurable.
* Key for site.
* Key for logo.
* Example: array('site' => 'mysite', 'logo' => 'mysite_logo.png');
*/
-$wgMFCustomLogos = array( array() );
+$wgMFCustomLogos = array();
// Unit tests
$wgHooks['UnitTestsList'][] = 'efExtMobileFrontendUnitTests';
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs