[event_staticpage] add missing title in sidebar plugin

This commit is contained in:
Stephan Brunker 2020-06-30 13:35:39 +02:00
parent a3a27fc40f
commit 561801fca0
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,5 @@
Sidebar plugin: 1.19.2: add missing title
4.15.4: Do not die on install when using sqlite as database
4.15.3: Fix smarty_getCategoryLinkByID expecting a smarty reference,

View file

@ -18,13 +18,14 @@ include dirname(__FILE__) . '/lang_en.inc.php';
class serendipity_plugin_staticpage extends serendipity_plugin {
var $staticpage_config = array();
var $title = PLUGIN_STATICPAGELIST_NAME;
function introspect(&$propbag) {
$propbag->add('name', PLUGIN_STATICPAGELIST_NAME);
$propbag->add('description', PLUGIN_STATICPAGELIST_NAME_DESC);
$propbag->add('author', "Rob Antonishen, Falk Doering, Ian (Timbalu)");
$propbag->add('stackable', true);
$propbag->add('version', '1.19.1');
$propbag->add('version', '1.19.2');
$propbag->add('configuration', array(
'title',
'limit',