Exemplo n.º 1
0
 /**
  * Overwritten constructor of the controller. Ensures no cid
  * is present the request.
  *
  * @param Trails_Dispatcher $dispatcher
  */
 public function __construct($dispatcher)
 {
     if (Request::get('cid')) {
         Request::set('cid', null);
     }
     parent::__construct($dispatcher);
 }
Exemplo n.º 2
0
 public function __construct($dispatcher)
 {
     parent::__construct($dispatcher);
 }