From 8a19d99c2e3aa92077e445088480286963c6c555 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Wed, 28 Nov 2007 14:11:29 +0000
Subject: [PATCH] MemcacheStore: Fix bug with redudancy.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@79 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/MemcacheStore.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/MemcacheStore.php b/lib/SimpleSAML/MemcacheStore.php
index 74d4d13c8..35a77a258 100644
--- a/lib/SimpleSAML/MemcacheStore.php
+++ b/lib/SimpleSAML/MemcacheStore.php
@@ -145,7 +145,7 @@ class SimpleSAML_MemcacheStore {
 		 * we need to update this object, then we don't store the
 		 * serialized value.
 		 */
-		if($mustUpdate === TRUE) {
+		if($mustUpdate === FALSE) {
 			$latest->savedData = $latestSerializedValue;
 		}
 
-- 
GitLab