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