Skip to content
Snippets Groups Projects
Commit 98f19eef authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

fix typo in sql permanent storage

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1863 44740490-163a-0410-bde0-09ae8108e29a
parent 0b454229
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ class sspmod_core_Storage_SQLPermanentStorage {
public function removeExpired() {
$query = "DELETE FROM data WHERE expire NOT NULL AND expire < " . time();
$this->db->arrayQuery($query, SQLITE_ASSOC);
$changes = $this->db>changes;
$changes = $this->db->changes();
return $changes;
}
......
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