git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15304 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -164,8 +164,8 @@ $application = new Zend_Application(
),
- // For short names, define resource paths:
- 'resourcePaths = array(
+ // For short names, define plugin paths:
+ 'pluginPaths = array(
'My_Bootstrap_Resource' => 'My/Bootstrap/Resource',
)