Index: plugins/blocks/notification/NotificationBlockPlugin.inc.php =================================================================== RCS file: /cvs/ojs2/plugins/blocks/notification/NotificationBlockPlugin.inc.php,v retrieving revision 1.1 diff -u -r1.1 NotificationBlockPlugin.inc.php --- plugins/blocks/notification/NotificationBlockPlugin.inc.php 18 Mar 2009 21:50:27 -0000 1.1 +++ plugins/blocks/notification/NotificationBlockPlugin.inc.php 25 Mar 2009 19:05:23 -0000 @@ -52,16 +52,6 @@ } /** - * Get the block context. Overrides parent so that the plugin will be - * displayed during install. - * @return int - */ - function getBlockContext() { - if (!Config::getVar('general', 'installed')) return BLOCK_CONTEXT_RIGHT_SIDEBAR; - return parent::getBlockContext(); - } - - /** * Get the supported contexts (e.g. BLOCK_CONTEXT_...) for this block. * @return array */ @@ -70,15 +60,6 @@ } /** - * Determine the plugin sequence. Overrides parent so that - * the plugin will be displayed during install. - */ - function getSeq() { - if (!Config::getVar('general', 'installed')) return 1; - return parent::getSeq(); - } - - /** * Get the name of this plugin. The name must be unique within * its category. * @return String name of plugin