From 41842ae982bdea00f8b52a9d610837febe3230ec Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sat, 29 Oct 2011 18:44:54 -0700 Subject: Fixes #4010, refs #3927. Fixed elgg.security.addToken() to work with query strings, relative URLs, and full URLs. --- js/lib/elgglib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/elgglib.js') diff --git a/js/lib/elgglib.js b/js/lib/elgglib.js index 0f17eeced..628adccfc 100644 --- a/js/lib/elgglib.js +++ b/js/lib/elgglib.js @@ -357,7 +357,7 @@ elgg.forward = function(url) { * * @param {String} url The URL to parse * @param {Int} component A component to return - * @param {Bool} expand Expand the query into an object? Else it's a string. + * @param {Bool} expand Expand the query into an object? Else it's a string. * * @return {Object} The parsed URL */ -- cgit v1.2.3