Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7.0
-
Component/s: Zend_Gdata
-
Labels:None
Description
Empty attributes are compared using a != null statement when deciding whether to send them back to the server. Because an empty string is considered null, we need to check as !== null instead.
Fixed in r12155