dever %!s(int64=2) %!d(string=hai) anos
pai
achega
ea1389012c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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);
                     }
                 }