Changeset 2426


Ignore:
Timestamp:
04/06/10 09:59:54 (14 years ago)
Author:
amuller
Message:

Ticket #911 - correção de bug, ao usar /

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/controller.php

    r2364 r2426  
    5959        } 
    6060        else 
    61                 if( strpos($app, '$this/') == 0 ) 
     61                if( strpos($app, '$this/') === 0 ) 
    6262                { 
    6363                        $filename = str_replace('$this/','',$app) . '.php'; 
Note: See TracChangeset for help on using the changeset viewer.