From: garvinhicking Date: Mon, 10 Jul 2006 10:22:20 +0000 (+0000) Subject: fix bad substr() call X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=073f32f4fe71b5c9463102edf33eac6327fd9756;p=s9y.git fix bad substr() call --- diff --git a/plugins/serendipity_plugin_templatedropdown/serendipity_plugin_templatedropdown.php b/plugins/serendipity_plugin_templatedropdown/serendipity_plugin_templatedropdown.php index 2168544..3e7be1b 100644 --- a/plugins/serendipity_plugin_templatedropdown/serendipity_plugin_templatedropdown.php +++ b/plugins/serendipity_plugin_templatedropdown/serendipity_plugin_templatedropdown.php @@ -19,7 +19,7 @@ class serendipity_plugin_templatedropdown extends serendipity_plugin { $propbag->add('description', PLUGIN_TEMPLATEDROPDOWN_DESC); $propbag->add('stackable', false); $propbag->add('author', 'Evan Nemerson'); - $propbag->add('version', '1.1'); + $propbag->add('version', '1.2'); $propbag->add('requirements', array( 'serendipity' => '0.8', 'smarty' => '2.6.7', @@ -68,7 +68,7 @@ class serendipity_plugin_templatedropdown extends serendipity_plugin { echo '';