diff --git a/CustomBlockPlugin.inc.php b/CustomBlockPlugin.inc.php index 9549fcd..58706a8 100644 --- a/CustomBlockPlugin.inc.php +++ b/CustomBlockPlugin.inc.php @@ -119,7 +119,7 @@ function getContents($templateMgr, $request = null) { /** * @copydoc BlockPlugin::getBlockContext() */ - function getBlockContext() { + function getBlockContext($contextId = NULL) { if (!Config::getVar('general', 'installed')) return BLOCK_CONTEXT_SIDEBAR; return parent::getBlockContext(); }