Archived
1
0

Spartacus: Remove upgrader hint message

Should be reworded if the messaged proves to be really necessary, or rather the mentioned functionality added (#194)
This commit is contained in:
onli
2014-11-02 17:21:04 +01:00
parent 2c3804d321
commit fb3fb774fa
@@ -28,7 +28,7 @@ class serendipity_event_spartacus extends serendipity_event
$propbag->add('description', PLUGIN_EVENT_SPARTACUS_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Garvin Hicking');
$propbag->add('version', '2.30');
$propbag->add('version', '2.31');
$propbag->add('requirements', array(
'serendipity' => '0.9',
'smarty' => '2.6.7',
@@ -42,7 +42,6 @@ class serendipity_event_spartacus extends serendipity_event
'backend_templates_fetchtemplate' => true,
'backend_pluginlisting_header' => true,
'backend_pluginlisting_header_upgrade' => true,
'external_plugin' => true,
@@ -1139,12 +1138,6 @@ class serendipity_event_spartacus extends serendipity_event
return true;
break;
case 'backend_pluginlisting_header_upgrade':
echo '<span class="msg_notice"><span class="icon-info-circled"></span> ' . PLUGIN_EVENT_SPARTACUS_CHECK_HINT . '</span>';
return true;
break;
case 'backend_templates_fetchlist':
if (serendipity_db_bool($this->get_config('enable_themes'))) {
$eventData = $this->buildTemplateList($this->fetchOnline('template', true), 'template');