Show
Ignore:
Timestamp:
02/19/2008 05:05:41 PM (9 months ago)
Author:
Shadowhand
Message:

Make the template and auto_render of the Template_Controller public. Duh?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/controllers/template.php

    r2064 r2083  
    1818 
    1919        // Template view name 
    20         protected $template = 'template'; 
     20        public $template = 'template'; 
    2121 
    2222        // Default to do auto-rendering 
    23         protected $auto_render = TRUE; 
     23        public $auto_render = TRUE; 
    2424 
    2525        /**