Changeset 119 for trunk/trax/vendor/trax/action_view
- Timestamp:
- 01/18/06 19:25:27 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_view/helpers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers.php
r117 r119 82 82 } 83 83 } else { 84 $url[] = $this->controller_path; 84 $controller = $this->controller_path; 85 if(substr($controller, 0, 1) == "/") { 86 # remove the beginning slash 87 $controller = substr($controller, 1); 88 } 89 $url[] = $controller; 85 90 } 86 91
