Skip to content

Commit

Permalink
We must return this as UNKNOWN since it can't be version sniffed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 2, 2014
1 parent e911a11 commit 165716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Device.php
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ protected function _getClientType()
} else if (strpos($this->userAgent, 'Android') !== false) {
return $this->deviceType;
} else {
return self::TYPE_ANDROID;
return self::TYPE_UNKNOWN;
}
} else {
return $this->deviceType;
Expand Down

0 comments on commit 165716e

Please sign in to comment.