From 8d753787852338bca8f03af2f74a6c422bc0d6f4 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 4 Dec 2011 11:33:16 +1100 Subject: [PATCH] ... --- mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.php b/mod.php index 43f60048..0b71d072 100644 --- a/mod.php +++ b/mod.php @@ -1633,7 +1633,7 @@ if(!$config['cache']['enabled']) error('Cache is not enabled.'); if(cache::flush()) { - $body = 'Successfully invalidated all items in the cache.'; + $body = 'Successfully invalidated all items in cache.'; modLog('Cleared cache'); } else { $body = 'An error occured while trying to flush cache.';