CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
160 stars 97 forks source link

Update ImageBehave.php #55

Closed andku83 closed 7 years ago

andku83 commented 7 years ago

If model no image and PlaceHolder is not defined getImages() return: array([0] => NULL). But in removeImages() expected count(array()) < 1.

Fix to return: array()