Browse Source

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

Leonid Mamchenkov 14 years ago
parent
commit
a1f47a803a
1 changed files with 4 additions and 0 deletions
  1. 4 0
      lib/Cake/Core/App.php

+ 4 - 0
lib/Cake/Core/App.php

@@ -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