From e3b0bd68bc0403318a19778898fc6303322d01ad Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 2 Jul 2008 06:56:03 +0000 Subject: [PATCH] Utilities: parseQueryString should be static. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@741 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Utilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Utilities.php b/lib/SimpleSAML/Utilities.php index a97e9fb7b..01e773bb7 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(); -- GitLab