Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
Fixed throwing duplicate entry exception in ZfExtended/Models/Entity/Abstract
-
Empty show more show less
Description
When inserting duplicate entry to DB it is supposed to get ZfExtended_Models_Entity_Exceptions_IntegrityDuplicateKey, but actually we get TypeError E9999 - array_shift(): Argument #1 ($array) must be of type array, null given
The actual error caused by library/ZfExtended/Models/Entity/Abstract.php:433