строка 459
if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
меняем на
if (method_exists($plugin,'onDisplay') && $temp = $plugin->onDisplay($editor, $this->asset, $this->author))
Профит
строка 459
if ($temp = $plugin->onDisplay($editor, $this->asset, $this->author))
меняем на
if (method_exists($plugin,'onDisplay') && $temp = $plugin->onDisplay($editor, $this->asset, $this->author))
Профит