Changeset 192 for trunk/trax/vendor/trax/action_controller.php
- Timestamp:
- 03/27/06 15:02:53 (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
r190 r192 672 672 ob_end_clean(); 673 673 674 if($this->controller_object->render_layout !== false && $layout_file) { 674 if(isset($this->controller_object->render_layout) 675 && ($this->controller_object->render_layout !== false) 676 && $layout_file) { 675 677 $locals['content_for_layout'] = $content_for_layout; 676 678 # render the layout
