From 8f2981316090dc66d1cef5ff3626aa69f4f860e5 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 19 Jan 2010 12:59:34 +0000 Subject: [PATCH] MDL-21240 shortened urls now start with / everywhere --- lib/ajax/ajaxlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index 29819ea787a..22782ca6df4 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -250,7 +250,7 @@ class page_requirements_manager { * to once. * * @param $jsfile The path to the .js file, relative to $CFG->dirroot / $CFG->wwwroot. - * No leading slash. For example '/mod/mymod/customscripts.js'; + * For example '/mod/mymod/customscripts.js'; * @param boolean $fullurl This parameter is intended for internal use only. * However, in exceptional circumstances you may wish to use it to link * to JavaScript on another server. For example, lib/recaptchalib.php has to