BUG 0000 Message temporal to 100% clear cache

This commit is contained in:
Alvaro Campos
2011-09-19 09:42:11 -04:00
parent 53c1243fee
commit 5f65c115b8

View File

@@ -32,7 +32,7 @@ try{
if( isset($_GET['result']) && $_GET['result'] == 'confirm' ){
if( defined('PATH_C') ){
G::rm_dir(PATH_C);
G::SendTemporalMessage('ID_CLEAR_CACHE_MSG1', 'tmp-info', 'label');
G::SendTemporalMessage('ID_CLEAR_CACHE_MSG1', 'tmp-info', 'label','','100%');
G::header('location: clearCompiled?result=done');
}
} else {