Changeset 274 for trunk/app/controllers/pollrows_controller.php
- Timestamp:
- 02/22/08 22:39:23 (9 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/pollrows_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/pollrows_controller.php
r247 r274 7 7 8 8 class PollrowsController extends AppController 9 { 10 public $name = 'Pollrows'; 11 9 { 12 10 public $helpers = array('Ajax'); 13 11 12 public function beforeFiler() 13 { 14 $this->Auth->allow('vote'); 15 parent::beforeFilter(); 16 } 14 17 public function isAuthorized() 15 18 {
