r114339 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114338‎ | r114339 | r114340 >
Date:00:31, 21 March 2012
Author:awjrichards
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -154,13 +154,14 @@
155155 * See $itemsToRemove for more information.
156156 */
157157 $wgMFRemovableClasses = array();
 158+
158159 /**
159160 * Make the logos configurable.
160161 * Key for site.
161162 * Key for logo.
162163 * Example: array('site' => 'mysite', 'logo' => 'mysite_logo.png');
163164 */
164 -$wgMFCustomLogos = array( array() );
 165+$wgMFCustomLogos = array();
165166
166167 // Unit tests
167168 $wgHooks['UnitTestsList'][] = 'efExtMobileFrontendUnitTests';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114332remove index from arraypreilly23:56, 20 March 2012
r114336fix beta logopreilly00:24, 21 March 2012

Status & tagging log