CostaRico / yii2-images

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

intermittent error in models/Image.php ? #73

Open aa715 opened 6 years ago

aa715 commented 6 years ago

Hello.

I think that you make intermittent error in models/Image.php in getUrl method, in setting Url::toRoute parameters.

Maybe $this->getModule()->getPrimaryKey() must be $this->getModule()->id ??