dever 3 years ago
parent
commit
aa5f12c46d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Store/Core.php

+ 1 - 1
lib/Store/Core.php

@@ -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();