Index: branches/wmf/1.17wmf1/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -161,6 +161,7 @@ |
162 | 162 | $props = $device->getAllCapabilities(); |
163 | 163 | |
164 | 164 | if ( $device->isSpecific() === true ) { |
| 165 | + $props = $device->getAllCapabilities(); |
165 | 166 | $wgMemc->set( $key, $props, 86400 ); |
166 | 167 | } else { |
167 | 168 | $wgMemc->set( $key, "generic", 86400 ); |