walkor 5 лет назад
Родитель
Сommit
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;
     }
-}
+}