Explicitly disable templating cache for tools/render-tpl.

This commit is contained in:
flash 2025-01-30 14:59:02 +00:00
parent 269dc78919
commit 0701298fa1
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ $msz->createRouting(new HttpRequest('::1', true, 'XX', '1.1', 'GET', '/', [], []
new HttpHeader('Host', $hostName),
]), null));
$msz->startTemplating();
$msz->startTemplating(false);
$ctx = $msz->templating->load(implode(' ', array_slice($argv, $pathIndex)));