Show
Ignore:
Timestamp:
04/25/2008 11:14:12 AM (7 months ago)
Author:
Geert
Message:

Follow-up to r2567. Removing html::specialchars() calls I added in r2548 and r2549. Those are now superfluous. Router takes care of it already.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Router.php

    r2572 r2574  
    125125                } 
    126126 
    127                 //Last chance to set routing before a 404 is triggered 
     127                // Last chance to set routing before a 404 is triggered 
    128128                Event::run('system.post_routing'); 
    129                  
     129 
    130130                if (empty(self::$controller)) 
    131131                {