Show
Ignore:
Timestamp:
05/29/06 01:36:55 (6 years ago)
Author:
john
Message:

fixed some syntax errors

Files:
1 modified

Legend:

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

    r205 r210  
    11001100                    $spacer_file = substr(strrchr($spacer_path, "/"), 1); 
    11011101                    $spacer_path = substr($spacer_path, 0, strripos($spacer_path, "/")); 
    1102                     $spacer_file_with_file = TRAX_ROOT.$GLOBALS['TRAX_INCLUDES']['views']."/".$spacer_path."/_".$spacer_file.".".Trax::$views_extension; 
     1102                    $spacer_file_with_file = Trax::$views_path."/".$spacer_path."/_".$spacer_file.".".Trax::$views_extension; 
    11031103                } else { 
    11041104                    $spacer_file = $spacer_path;