dever 2 lat temu
rodzic
commit
ea1389012c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      lib/Handle.php

+ 2 - 2
lib/Handle.php

@@ -45,9 +45,9 @@ class Handle
                         }
                     }
                     if (strstr($info['url'], '?')) {
-                        $info['url'] .= '&' . http_build_query($param)
+                        $info['url'] .= '&' . http_build_query($param);
                     } else {
-                        $info['url'] .= '?' . http_build_query($param)
+                        $info['url'] .= '?' . http_build_query($param);
                     }
                 }