|
@@ -234,7 +234,7 @@ class Core
|
|
|
}
|
|
|
|
|
|
$this->data['file'] = array();
|
|
|
- if (((isset($this->data['cropper']) && !$this->yun) || (!isset($this->data['cropper'])) && strstr($name, 'http') && !$this->yun)) {
|
|
|
+ if (((isset($this->data['cropper'])) || (!isset($this->data['cropper'])) && strstr($name, 'http') && !$this->yun)) {
|
|
|
$this->base64 = false;
|
|
|
|
|
|
$this->root();
|