Changeset 2139 for trunk/system/libraries/View.php
- Timestamp:
- 02/22/2008 12:40:05 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/View.php
r1911 r2139 186 186 187 187 // Load the view in the controller for access to $this 188 $output = Kohana:: instance()->_kohana_load_view($this->kohana_filename, $data);188 $output = Kohana::$instance->_kohana_load_view($this->kohana_filename, $data); 189 189 190 190 if ($renderer == TRUE AND is_callable($renderer, TRUE))
