dever преди 2 години
родител
ревизия
00c8b4ad53
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/Store/Qiniu.php

+ 1 - 1
lib/Store/Qiniu.php

@@ -221,7 +221,7 @@ class Qiniu extends Core implements Config
             if ($config['height'] <= 0) {
                 $config['height'] = '';
             }
-            $dest = $source . $prefix . '/thumbnail/'.$config['width'].'x'.$config['height'];
+            $dest = $source . $prefix . '/thumbnail/'.$config['width'].'x'.$config['height'] . '>';
 
             if (isset($config['compress']) && $config['compress'] > 0) {
                 //$dest .= '/q/' . $config['compress'];