Fix display of upgrade notification.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2020-04-03 09:15:33 +02:00
parent 0fc509a50b
commit e288d7e43e

View File

@ -56,6 +56,7 @@ if (is_array($output)) {
} else {
$data['updateButton'] = $output;
}
$output = '';
if (serendipity_plugin_api::hook_event('backend_plugins_upgradecount', $output)) {
$data['pluginUpdates'] = $output;
} else {