Commit 1c9626ea131946b0c41fc863e89b2e08b53e11e4

  • avatar
  • p4bl0 <pablo.rauzy @gm…l.com>
  • Sat Apr 18 10:16:24 CEST 2009
remove debug stuff + fix Controller spelling (an 'r' was missing at the end ^^)
  
4040 $ctrlInstance = new $ctrlClass($ctrl, $action);
4141 $RESTCtrl = $ctrlInstance instanceof Belokan_REST_Controller;
4242
43 if (0 && !$RESTCtrl && !method_exists($ctrlClass, $actionMethod)) {
43 if (!$RESTCtrl && !method_exists($ctrlClass, $actionMethod)) {
4444 if ($logBelokan)
4545 $log->add('Belokan', 'Request unknown action ('.$action.') for controller '.$ctrl.'. HTTP 404 error generated.');
4646 $actionMethod = 'e404';
  
44 Licensed under GNU LGPL
55 http://gitorious.org/projects/belokan
66 ---
7 Belokan/Controlle.php:
7 Belokan/Controller.php:
88 Controlle system
99*/
1010