Created
October 25, 2014 00:28
-
-
Save BugBuster1701/339bd09cd03972647f55 to your computer and use it in GitHub Desktop.
Contao - Rebuild internal cache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Rebuild internal cache | |
if (!$GLOBALS['TL_CONFIG']['bypassCache']) | |
{ | |
$this->import('Automator'); | |
$this->Automator->generateConfigCache(); | |
$this->Automator->generateDcaCache(); | |
$this->Automator->generateDcaExtracts(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment