commit | b541d7136c6d0d7bb3031646712e40a46605970e | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Fri May 08 00:41:14 2015 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Fri May 08 00:41:14 2015 +0000 |
tree | 2b9c182b1461ea8d20c0b243344fd4cc03bff212 | |
parent | b8cd4d689500b785fd8ab8496914cdb755f8b185 [diff] |
Adjustments for subdirectory serving (7)
diff --git a/lib/Kalamar/Plugin/KalamarHelpers.pm b/lib/Kalamar/Plugin/KalamarHelpers.pm index 79ee0d0..13440e2 100644 --- a/lib/Kalamar/Plugin/KalamarHelpers.pm +++ b/lib/Kalamar/Plugin/KalamarHelpers.pm
@@ -22,7 +22,7 @@ }; # If there is a different base - append this as a base - $url->query([base => $base->to_abs // '/']); + $url->query([base => $base // '/']); $url->fragment($scope);