yii-dream-team / yii2-upload-behavior

Yii2 file/image upload behavior for ActiveRecord
http://yiidreamteam.com/yii2/upload-behavior
MIT License
77 stars 45 forks source link

For what this condition? #18

Open CyanoFresh opened 8 years ago

CyanoFresh commented 8 years ago

Hello. Behavior works perfectly. Thanks. But in views i use getUploadedFileUrl() for displaying image url but it always returns null. I checked sources and have found these lines:

        if (!$this->owner->{$attribute})
            return null;

When I comment these lines - all works. For what this condition?