Skip to content
Snippets Groups Projects
Commit e0a41cd5 authored by Olav Morken's avatar Olav Morken
Browse files

SimpleSAML_Session::getInstance should be static.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@87 44740490-163a-0410-bde0-09ae8108e29a
parent 029a856f
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ class SimpleSAML_Session {
public function getInstance($allowcreate = false) {
public static function getInstance($allowcreate = false) {
/* Check if we already have initialized the session. */
if (isset(self::$instance)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment