Show
Ignore:
Timestamp:
01/18/06 19:46:47 (6 years ago)
Author:
john
Message:

fixed url_for()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_controller.php

    r118 r120  
    9393 
    9494        # strip off url prefix, if any 
    95         if (!is_null(TRAX_URL_PREFIX)) { 
     95        if(!is_null(TRAX_URL_PREFIX)) { 
    9696            $browser_url = str_replace(TRAX_URL_PREFIX,"",$browser_url); 
    9797        }