Project

General

Profile

« Previous | Next » 

Revision 2005

Added by Dietmar about 11 years ago

14 Nov-2013 Build 2005 Dietmar Woellbrink (Luisehahne)
/admin/addons/reload.php::ReloadAddonLoop delete all cachefiles of class Translate

View differences:

reload.php
43 43
		}catch(Exception $e) {
44 44
			return false;
45 45
		}
46
        $sTransCachePath = WB_PATH.'/temp/TranslationTable/cache/';
47
        if(is_writeable($sTransCachePath) && ($sType = 'language') ) {
48
        	rm_full_dir ( $sTransCachePath,true );
49
        }
46 50
		return true;
47 51
	}
48 52
/**

Also available in: Unified diff