1
0

fix entries-preview

This commit is contained in:
onli
2013-06-16 15:13:18 +02:00
parent 2af76d2e69
commit c7162adf31
2 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ function serendipity_printEntryForm($targetURL, $hiddens = array(), $entry = arr
$serendipity['smarty']->assign('admin_view', 'entryform');
serendipity_plugin_api::hook_event('backend_entryform_smarty', $template_vars);
$serendipity['smarty']->assignByRef('entry_vars', $template_vars);
$serendipity['smarty']->display($template_vars['entry_template']);
return serendipity_smarty_show($template_vars['entry_template']);
}
function serendipity_emit_htmlarea_code($item, $jsname, $spawnMulti = false) {