From 58e8ae0759ccfa97c478ccae4e0778bdce70966f Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 22 Jan 2026 22:40:02 +0000
Subject: [PATCH] =DirectoryManager.php updates, some javascript tweaks for CRUD.js, and minor style changes

---
 inc/rest/routes/FeedRoutes.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/inc/rest/routes/FeedRoutes.php b/inc/rest/routes/FeedRoutes.php
index 05a97a7..9988cf2 100644
--- a/inc/rest/routes/FeedRoutes.php
+++ b/inc/rest/routes/FeedRoutes.php
@@ -32,12 +32,14 @@
 		$this->cache_name = 'feed';
 		$this->cache_ttl = 86400;
 		parent::__construct();
-		$this->cache->clear();
+		if (JVB_TESTING) {
+			$this->cache->clear();
+		}
+
 	}
 
 	public function init():void
 	{
-		$this->cache->clear();
 		$this->checker = Checker::getInstance();
 
 		if (Features::hasIntegration('umami')) {

--
Gitblit v1.10.0