From bcfccba6754cae0aee8f52ac5fcde87d12be5949 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 15 Mar 2012 13:31:19 +0000
Subject: [PATCH] consent: Also serialize _timeout property for the database
 store.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3045 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/consent/lib/Consent/Store/Database.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/consent/lib/Consent/Store/Database.php b/modules/consent/lib/Consent/Store/Database.php
index ad69a9111..7a996563f 100644
--- a/modules/consent/lib/Consent/Store/Database.php
+++ b/modules/consent/lib/Consent/Store/Database.php
@@ -118,6 +118,7 @@ class sspmod_consent_Consent_Store_Database extends sspmod_consent_Store
             '_username',
             '_password',
             '_table',
+            '_timeout',
         );
     }
 
-- 
GitLab