Changeset 541 for trunk/app/app_controller.php
- Timestamp:
- 05/21/08 15:27:00 (6 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r540 r541 25 25 $this->Auth->authorize = 'controller'; 26 26 $this->Auth->deny('*'); 27 28 $this->set('cU', $this->Auth->user()); // $cU current user array to use in the views if user logged in29 27 } 30 28
