display back to fetch, as it was

This commit is contained in:
Ian 2011-12-29 11:11:27 +01:00
parent 4db3a08f19
commit 09aace0ffe

View File

@ -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;
}