r113759 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113758‎ | r113759 | r113760 >
Date:20:39, 13 March 2012
Author:maxsem
Status:ok
Tags:
Comment:
Logo wasn't set for some actions that asked for confirmation
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php
@@ -442,6 +442,7 @@
443443 }
444444
445445 self::$device = $device->format( $formatName );
 446+ $this->setDefaultLogo();
446447
447448 $this->contentFormat = self::parseContentFormat( self::$device['view_format'] );
448449
@@ -526,7 +527,6 @@
527528 self::$wsLoginFormAction = self::$title->getLocalURL( $q );
528529 }
529530
530 - $this->setDefaultLogo();
531531 ob_start( array( $this, 'DOMParse' ) );
532532
533533 wfProfileOut( __METHOD__ );

Status & tagging log