Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -154,13 +154,14 @@ |
155 | 155 | * See $itemsToRemove for more information. |
156 | 156 | */ |
157 | 157 | $wgMFRemovableClasses = array(); |
| 158 | + |
158 | 159 | /** |
159 | 160 | * Make the logos configurable. |
160 | 161 | * Key for site. |
161 | 162 | * Key for logo. |
162 | 163 | * Example: array('site' => 'mysite', 'logo' => 'mysite_logo.png'); |
163 | 164 | */ |
164 | | -$wgMFCustomLogos = array( array() ); |
| 165 | +$wgMFCustomLogos = array(); |
165 | 166 | |
166 | 167 | // Unit tests |
167 | 168 | $wgHooks['UnitTestsList'][] = 'efExtMobileFrontendUnitTests'; |