bupy7 / yii2-widget-cropbox

This widget allows crop image before upload to server and send informations about crop in JSON format.
BSD 3-Clause "New" or "Revised" License
91 stars 33 forks source link

Field.php wrong variable name #1

Closed viras34 closed 9 years ago

viras34 commented 9 years ago

in field.php

if ($preview && !$originalUrl)

must be

if ($previewUrl && !$originalUrl)
bupy7 commented 9 years ago

Thanks! Fixed.