Changeset 645
- Timestamp:
- 07/11/08 15:42:19 (3 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/entries_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/entries_controller.php
r637 r645 25 25 { 26 26 parent::beforeFilter(); 27 $this->Auth->allow(array('rss', 'search' ));27 $this->Auth->allow(array('rss', 'search', 'display', 'view')); 28 28 } 29 29
