bugfix: fatal error when rebuilding
This commit is contained in:
parent
c9423a2c34
commit
34be0531ab
5
mod.php
5
mod.php
@ -1907,9 +1907,8 @@ if(!$mod) {
|
|||||||
$body = '<div class="ban"><h2>Rebuilding…</h2><p>';
|
$body = '<div class="ban"><h2>Rebuilding…</h2><p>';
|
||||||
|
|
||||||
$body .= 'Clearing template cache…<br/>';
|
$body .= 'Clearing template cache…<br/>';
|
||||||
$twig = new Twig_Environment($loader, array(
|
|
||||||
'cache' => "{$config['dir']['template']}/cache"
|
load_twig();
|
||||||
));
|
|
||||||
$twig->clearCacheFiles();
|
$twig->clearCacheFiles();
|
||||||
|
|
||||||
$body .= 'Regenerating theme files…<br/>';
|
$body .= 'Regenerating theme files…<br/>';
|
||||||
|
Loading…
Reference in New Issue
Block a user