display back to fetch, as it was
This commit is contained in:
parent
4db3a08f19
commit
09aace0ffe
@ -1576,7 +1576,7 @@ class serendipity_plugin
|
||||
if (!$tfile || $tfile == $filename) {
|
||||
$tfile = dirname($this->pluginFile) . '/' . $filename;
|
||||
}
|
||||
$content = $serendipity['smarty']->display('file:'. $tfile);
|
||||
$content = $serendipity['smarty']->fetch('file:'. $tfile);
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user