dever 3 년 전
부모
커밋
aa5f12c46d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();