summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 4892d5320..ce6b48181 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -217,7 +217,7 @@
}
// this returns Config::SELF_URL_PATH sans ending slash
- /** function is @deprecated */
+ /** function is @deprecated by Config::get_self_url() */
function get_self_url_prefix() {
return Config::get_self_url();
}