@@ -172,7 +172,7 @@ EOS
'name' => 'getLog',
'body' => <<<EOS
\$bootstrap = \$this->getInvokeArg('bootstrap');
-if (!\$bootstrap->hasPluginResource('Log')) {
+if (!\$bootstrap->hasResource('Log')) {
return false;
}
\$log = \$bootstrap->getResource('Log');