Show
Ignore:
Timestamp:
02/22/08 22:39:23 (9 months ago)
Author:
aarkerio
Message:

Update karamelo to 1.2 cake version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/pollrows_controller.php

    r247 r274  
    77 
    88class PollrowsController extends AppController 
    9 { 
    10   public $name          = 'Pollrows'; 
    11    
     9 
    1210  public $helpers       = array('Ajax'); 
    13    
     11 
     12  public function beforeFiler() 
     13  { 
     14    $this->Auth->allow('vote'); 
     15    parent::beforeFilter(); 
     16  }   
    1417  public function isAuthorized() 
    1518  {