dever hace 4 años
padre
commit
6e14ffcef0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Store/Oss.php

+ 1 - 1
lib/Store/Oss.php

@@ -50,7 +50,7 @@ class Oss extends Core implements Config
 
         if (isset($ret['info']['url'])) {
 
-            $this->file = $ret['info']['url'];
+            $this->file = $this->output['url'];
             $file = Dever::load('upload/file-name', array('where_name' => $this->name, 'where_upload' => $this->data['key'], 'rand' => time()));
             
             if (!$this->limit) {