PKP Bugzilla – Attachment #3144: Patch against OJS pre-2.3.2 CVS for bug #4887
$plugins[$blockPlugin->getSeq()][$blockPlugin->getPluginPath() . $i] =& $blockPlugin;
$i++;
unset($blockPlugin);
}
break;
$plugin =& PluginRegistry::getPlugin('generic', $this->parentPluginName);
return $plugin;
/**
* Get the symbolic name of the plugin.
* @return string
*/
function getName() {
return $this->blockName;
* Override the builtin to get the correct plugin path.