https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113759

Revision: 113759
Author:   maxsem
Date:     2012-03-13 20:39:53 +0000 (Tue, 13 Mar 2012)
Log Message:
-----------
Logo wasn't set for some actions that asked for confirmation

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/MobileFrontend.body.php

Modified: trunk/extensions/MobileFrontend/MobileFrontend.body.php
===================================================================
--- trunk/extensions/MobileFrontend/MobileFrontend.body.php     2012-03-13 
20:22:48 UTC (rev 113758)
+++ trunk/extensions/MobileFrontend/MobileFrontend.body.php     2012-03-13 
20:39:53 UTC (rev 113759)
@@ -442,6 +442,7 @@
                }
 
                self::$device = $device->format( $formatName );
+               $this->setDefaultLogo();
 
                $this->contentFormat = self::parseContentFormat( 
self::$device['view_format'] );
 
@@ -526,7 +527,6 @@
                        self::$wsLoginFormAction = self::$title->getLocalURL( 
$q );
                }
 
-               $this->setDefaultLogo();
                ob_start( array( $this, 'DOMParse' ) );
 
                wfProfileOut( __METHOD__ );


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to