1
0

smarty_show: use fetch, for better control

This commit is contained in:
onli
2013-05-28 17:34:24 +02:00
parent c9e0f26fd0
commit d566e54dfe
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ function serendipity_plugin_api_pre_event_hook($event, &$bag, &$eventData, &$add
case 'external_plugin':
switch ($eventData) {
case 'admin/serendipity_editor.js':
serendipity_smarty_show('admin/serendipity_editor.js.tpl');
echo serendipity_smarty_show('admin/serendipity_editor.js.tpl');
break;
}
return true;