Skip to content
Snippets Groups Projects
Commit ae184f45 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Bugfix.

parent 408e9254
Branches
Tags
No related merge requests found
......@@ -110,7 +110,7 @@ class SimpleSAML_Utilities {
* @deprecated This method will be removed in SSP 2.0. Please use SimpleSAML\Utils\HTTP::addURLParameters() instead.
*/
public static function addURLparameter($url, $parameters) {
return \SimpleSAML\Utils\HTTP::addURLParameter($url, $parameters);
return \SimpleSAML\Utils\HTTP::addURLParameters($url, $parameters);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment