Skip to content

Commit

Permalink
Report unknown as TYPE_ANDROID, since we know at least that much.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 25, 2014
1 parent b9970df commit e29093a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Device.php
Expand Up @@ -479,7 +479,7 @@ protected function _getClientType()
} else if (strpos($this->userAgent, 'Android') !== false) {
return $this->deviceType;
} else {
return self::TYPE_UNKNOWN;
return self::TYPE_ANDROID;
}
} else {
return $this->deviceType;
Expand Down

0 comments on commit e29093a

Please sign in to comment.