From 3aada9949d51024a92a8b5c6cb70d12f9c3cac16 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 21 Dec 2025 19:59:48 +0000
Subject: [PATCH] =auth refactored via rest, referral system set up for Jane, some javascript consolidation
---
inc/blocks/SummaryBlock.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/inc/blocks/SummaryBlock.php b/inc/blocks/SummaryBlock.php
index 7e92262..527e523 100644
--- a/inc/blocks/SummaryBlock.php
+++ b/inc/blocks/SummaryBlock.php
@@ -55,7 +55,6 @@
$this->config = $this->getConfig();
$key = $this->generateKey();
$cache = $this->cache->get($key);
- $cache = false;
if ($cache) {
return $cache;
}
--
Gitblit v1.10.0