remove a strange double whopper ;-)

This commit is contained in:
Ian 2015-12-20 20:18:42 +01:00
parent a2fdadfaed
commit 96a929df0b

View File

@ -85,7 +85,6 @@ function errorHandlerCreateDOM(htmlStr) {
case 'external_plugin': case 'external_plugin':
if ($eventData == 'admin/serendipity_editor.js') { if ($eventData == 'admin/serendipity_editor.js') {
header('Content-Type: application/javascript'); header('Content-Type: application/javascript');
global $serendipity;
echo serendipity_smarty_show('admin/serendipity_editor.js.tpl', null, 'JS', 'include/plugin_api.inc.php:external_plugin'); echo serendipity_smarty_show('admin/serendipity_editor.js.tpl', null, 'JS', 'include/plugin_api.inc.php:external_plugin');
} }