From 8d7213244e503bd4ad620e355988562fd8ff9074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerry=20Wei=C3=9Fbach?= <gerry.w@gammaproduction.de> Date: Fri, 10 Feb 2017 09:47:13 +0100 Subject: [PATCH] Revert the http_cached line to the one already in the code to keep changes at a minimum. --- lib/exe/css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/exe/css.php b/lib/exe/css.php index 7536e5b76..92cbeeb13 100644 --- a/lib/exe/css.php +++ b/lib/exe/css.php @@ -114,8 +114,8 @@ function css_out(){ // check cache age & handle conditional request // This may exit if a cache can be used - $cache_ok = $cache->useCache(array('files' => $cache_files)); - http_cached($cache->cache, $cache_ok); + http_cached($cache->cache, + $cache->useCache(array('files' => $cache_files))); // start output buffering ob_start(); -- GitLab