1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00
This commit is contained in:
Savetheinternet 2011-12-04 11:33:16 +11:00
parent 1a21525759
commit 83ef0c2ff8

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