diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-28 22:27:52 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-09-28 22:27:52 +0200 |
commit | 22d22d19c079f54cf12a6b47981c22aa1432346d (patch) | |
tree | d7f477c28a6e8d56d2edb842a28679a97b4e88a6 /lib/public | |
parent | fed34aecfa5b36c031ed754ed245549aa4a4194b (diff) | |
download | nextcloud-server-22d22d19c079f54cf12a6b47981c22aa1432346d.tar.gz nextcloud-server-22d22d19c079f54cf12a6b47981c22aa1432346d.zip |
Do urlencoding in linkTo functions
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/util.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/util.php b/lib/public/util.php index 747448e62eb..38da7e82171 100644 --- a/lib/public/util.php +++ b/lib/public/util.php @@ -116,6 +116,7 @@ class Util { * @param $app app * @param $file file * @param $args array with param=>value, will be appended to the returned url + * The value of $args will be urlencoded * @returns the url * * Returns a absolute url to the given app and file. @@ -151,6 +152,7 @@ class Util { * @param $app app * @param $file file * @param $args array with param=>value, will be appended to the returned url + * The value of $args will be urlencoded * @returns the url * * Returns a url to the given app and file. |