Show
Ignore:
Timestamp:
03/27/06 15:02:53 (6 years ago)
Author:
haas
Message:

working Pear install w/ tests

Files:
1 modified

Legend:

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

    r190 r192  
    672672                    ob_end_clean(); 
    673673         
    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) { 
    675677                        $locals['content_for_layout'] = $content_for_layout; 
    676678                        # render the layout