r93674 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93673‎ | r93674 | r93675 >
Date:23:14, 1 August 2011
Author:reedy
Status:ok
Tags:
Comment:
Commit live hack, code is already in trunk
Modified paths:
  • /branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php
@@ -161,6 +161,7 @@
162162 $props = $device->getAllCapabilities();
163163
164164 if ( $device->isSpecific() === true ) {
 165+ $props = $device->getAllCapabilities();
165166 $wgMemc->set( $key, $props, 86400 );
166167 } else {
167168 $wgMemc->set( $key, "generic", 86400 );

Status & tagging log