Ignore:
Timestamp:
08/22/10 22:49:05 (21 months ago)
Author:
vain
Message:
  • fix for method detection in dispatchable()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/bootstrap/clansuite.application.php

    r4578 r4598  
    3131    * @copyright  Copyleft: All rights reserved. Jens-André Koch (2005 - onwards) 
    3232    * @link       http://www.clansuite.com 
    33     *  
     33    * 
    3434    * @version    SVN: $Id$ 
    3535    */ 
     
    4242 
    4343# Security Handler 
    44 if (defined('IN_CS') == false) 
     44if (defined('IN_CS') === false) 
    4545{ 
    4646    die('Clansuite not loaded. Direct Access forbidden.'); 
     
    541541        $response = self::$injector->instantiate('Clansuite_HttpResponse'); 
    542542 
    543  
    544543        /** 
    545544         * Setup Frontcontroller and pass Request and Response 
Note: See TracChangeset for help on using the changeset viewer.