merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 430ed508127d24aaab0da816db658a4b52e395c5
parent 11ed4e455eb9b3ebf3c26aa2630653a7caf1e3d0
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 25 Jan 2016 16:21:50 +0100

syntax

Diffstat:
Msrc/frontend_lib/util.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend_lib/util.php b/src/frontend_lib/util.php @@ -6,7 +6,7 @@ function get(&$var, $default=null) { function url_join($base, $path, $strip=false) { $flags = strip ? (http\Url::JOIN_PATH|http\URL::SANITIZE_PATH) : 0; - return (new http\URL($base, null, flags)) + return (new http\URL($base, null, $flags)) ->mod(array ("path" => $path), http\Url::JOIN_PATH|http\URL::SANITIZE_PATH) ->toString(); }