Commit 0d4bf4ea authored by Sebastian Kummer's avatar Sebastian Kummer

ZO-113 KOE confirmed also when stat headers are present.

parent 3626286f
......@@ -712,7 +712,7 @@ class DeviceManager {
* @return boolean
*/
public function IsOutlookClient() {
if (Request::GetDeviceType() == "WindowsOutlook" && $this->device->GetOLPluginVersion() !== false) {
if (Request::GetDeviceType() == "WindowsOutlook" && ($this->device->GetOLPluginVersion() !== false || Request::HasOLPluginStats())) {
return true;
}
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment