浏览代码

fix upload err 6

walkor 5 年之前
父节点
当前提交
c857768ca9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Protocols/Http.php

+ 2 - 2
Protocols/Http.php

@@ -279,6 +279,6 @@ class Http
                 static::$_uploadTmpDir = $upload_tmp_dir;
             }
         }
-        static::$_uploadTmpDir;
+        return static::$_uploadTmpDir;
     }
-}
+}