From: Roland Häder Date: Thu, 29 Oct 2009 21:39:39 +0000 (+0000) Subject: Typo in method fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=8e404fcb59b604a4f1fdc5104dd5418874cf0219 Typo in method fixed --- 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);