OEmbed: Removed the code for disabling Smarty security, it is not needed

anymore (tested on 1.6 and 1.7er blog)
This commit is contained in:
Grischa Brockhaus 2011-12-19 23:09:33 +01:00
parent 01734605cd
commit 17ffc30316

View file

@ -18,15 +18,6 @@ class OEmbedTemplater {
$inclusion = $serendipity['smarty']->security_settings[@INCLUDE_ANY];
$serendipity['smarty']->security_settings[@INCLUDE_ANY] = true;
/*
if (version_compare($serendipity['version'], '1.7-alpha1')>=0) {
$serendipity['smarty']->disableSecurity();
}
else {
$serendipity['smarty']->security = false;
}
*/
// be smarty 3 compat including the serendipity_smarty class wrappers ->fetch and ->display methods and remove changed parameter number 4
$content = @$serendipity['smarty']->fetch('file:'. $tfile);//, false