From 8e404fcb59b604a4f1fdc5104dd5418874cf0219 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 29 Oct 2009 21:39:39 +0000 Subject: [PATCH 1/1] Typo in method fixed --- inc/classes/cachesystem.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/cachesystem.class.php b/inc/classes/cachesystem.class.php index 0a58a1dd31..89b7998102 100644 --- a/inc/classes/cachesystem.class.php +++ b/inc/classes/cachesystem.class.php @@ -175,7 +175,7 @@ class CacheSystem { } } else { // Finialize the cache and close it - $this->finialize(); + $this->finalize(); // Remove cache $this->removeCacheFile(true); -- 2.39.2