sadovojav / yii2-image-thumbnail

Create image thumbnail Yii2 component
GNU General Public License v3.0
21 stars 12 forks source link

Undefined index: placeholder #4

Closed micik closed 8 years ago

micik commented 8 years ago

PHP Notice – yii\base\ErrorException

Undefined index: placeholder

1. in /app/vendor/sadovojav/yii2-image-thumbnail/Thumbnail.php at line 72

70    public function init()
71    {
72        $this->options['placeholder'] = count($this->options['placeholder'])
73            ? array_merge($this->defaultOptions['placeholder'], $this->options['placeholder'])
sadovojav commented 8 years ago

Thnx, Fixed in last commit

micik commented 8 years ago

thnx