Changeset 603
- Timestamp:
- 09/28/2007 12:06:21 PM (14 months ago)
- Files:
-
- 1 modified
-
trunk/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/core/Kohana.php
r581 r603 44 44 // The final output that will displayed by Kohana 45 45 // This variable is protected, so that the controller can overload it 46 p rotectedstatic $output = '';46 public static $output = ''; 47 47 48 48 /**
