Changeset 118 for trunk/trax/vendor/trax/action_controller.php
- Timestamp:
- 01/18/06 19:04:43 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_controller.php
r117 r118 440 440 unset($tmp_value); 441 441 } 442 include($ path_with_file);442 include($file_with_path); 443 443 } 444 444 }
