From d8e47c311c86edeb1742ffb4191ca9c084348ce7 Mon Sep 17 00:00:00 2001 From: Jaime Perez <jaime.perez@uninett.no> Date: Thu, 7 Aug 2014 20:14:12 +0200 Subject: [PATCH] aggregator2: bugfix. --- modules/aggregator2/lib/Aggregator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/aggregator2/lib/Aggregator.php b/modules/aggregator2/lib/Aggregator.php index 0fc5b14b4..61ec7b003 100644 --- a/modules/aggregator2/lib/Aggregator.php +++ b/modules/aggregator2/lib/Aggregator.php @@ -255,7 +255,6 @@ class sspmod_aggregator2_Aggregator { SimpleSAML_Utilities::writeFile($expireFile, $expireInfo); } catch (Exception $e) { SimpleSAML_Logger::warning($this->logLoc . 'Unable to write expiration info to ' . var_export($expireFile, TRUE)); - return $metadata; } } -- GitLab