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

consent: Do not initialize the database unless it is needed.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3047 44740490-163a-0410-bde0-09ae8108e29a
parent 8193955c
No related branches found
No related tags found
No related merge requests found
...@@ -101,9 +101,6 @@ class sspmod_consent_Consent_Store_Database extends sspmod_consent_Store ...@@ -101,9 +101,6 @@ class sspmod_consent_Consent_Store_Database extends sspmod_consent_Store
} }
$this->_timeout = $config['timeout']; $this->_timeout = $config['timeout'];
} }
// @TODO Should be removed
$db = $this->_getDB();
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment