diff --git a/lib/SimpleSAML/Utilities.php b/lib/SimpleSAML/Utilities.php index a97e9fb7bff506e20b7f4fcdabeea5ad6d486de4..01e773bb777d63e56758d8a1b3e2b0d06fb956c8 100644 --- a/lib/SimpleSAML/Utilities.php +++ b/lib/SimpleSAML/Utilities.php @@ -1133,7 +1133,7 @@ class SimpleSAML_Utilities { * @param $query_string The query string which should be parsed. * @return The query string as an associative array. */ - public function parseQueryString($query_string) { + public static function parseQueryString($query_string) { assert('is_string($query_string)'); $res = array();