1
0

fix upgraders generating content of js files

References #80
This commit is contained in:
Ian
2014-03-08 09:38:59 +01:00
parent 1e1305c24c
commit 179f6a19d6
3 changed files with 5 additions and 2 deletions

View File

@ -404,6 +404,7 @@ if (($showAbort && $serendipity['GET']['action'] == 'ignore') || $serendipity['G
}
$data['get']['action'] = $serendipity['GET']['action']; // don't trust {$smarty.get.vars} if not proofed, as we often change GET vars via serendipty['GET'] by runtime
$data['templatePath'] = $serendipity['templatePath'];
if (!is_object($serendipity['smarty'])) {
serendipity_smarty_init();