Added paths for Controller/Component/Auth (ticket #1757)

This commit is contained in:
Leonid Mamchenkov 2011-06-22 16:28:39 +03:00
parent 694819cb81
commit a1f47a803a

View file

@ -284,6 +284,10 @@ class App {
'%s' . 'Controller' . DS . 'Component' . DS,
'%s' . 'controllers' . DS . 'components' . DS
),
'Controller/Component/Auth' => array(
'%s' . 'Controller' . DS . 'Component' . DS . 'Auth' . DS,
'%s' . 'controllers' . DS . 'components' . DS . 'auth' . DS
),
'View' => array(
'%s' . 'View' . DS,
'%s' . 'views' . DS