Are you sure you use J1.5.24? Because of it's the source of JPlugin::__construct
if ( isset( $config['params'] ) ) {
if(is_a($config['params'], 'JParameter')) {
$this->params = $config['params'];
} else {
$this->params = new JParameter($config['params']);
}
}