diff --git a/library/Icinga/Web/View/helpers/url.php b/library/Icinga/Web/View/helpers/url.php new file mode 100644 index 000000000..41a8608c7 --- /dev/null +++ b/library/Icinga/Web/View/helpers/url.php @@ -0,0 +1,19 @@ +setParams($params); + } + } else { + $url = Url::create($path, $params); + } + return $url; +} +