You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
smarty-php/smarty#245
seems $smarty->setTemplateDir(''); behaviour is the same as
$smarty->setTemplateDir('/');
so, use that
our tests use absolute paths to templates, so "/" will work (altho ugly -- two due //'s, but works)
#121 breaks such code with 3.1.29:
produces notice:
it worked okay (without notice) with 3.1.27 and 3.1.28
The text was updated successfully, but these errors were encountered: