Fixed TemplateObject test

This commit is contained in:
Simon Wisselink
2023-01-03 14:20:40 +01:00
parent 9766aba66e
commit 98ad1a13af

View File

@@ -1 +1 @@
{if $smarty.template_object instanceof Smarty_Internal_Template}okay{/if}
{if $smarty.template_object instanceof \Smarty\Template}okay{/if}