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;
     }
-}
+}