This commit is contained in:
Savetheinternet 2011-12-04 11:33:16 +11:00
parent 82f4e4f685
commit 8d75378785

View File

@ -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.';