summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions.php b/include/functions.php
index e8f41d56a..694b8f398 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -193,8 +193,8 @@
}
/** function is @deprecated */
- function rewrite_relative_url($url, $rel_url) {
- return UrlHelper::rewrite_relative($url, $rel_url);
+ function rewrite_relative_url($base_url, $rel_url) {
+ return UrlHelper::rewrite_relative($base_url, $rel_url);
}
/** function is @deprecated */