Changeset 603

Show
Ignore:
Timestamp:
09/28/2007 12:06:21 PM (14 months ago)
Author:
Shadowhand
Message:

Fixes for #115

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r581 r603  
    4444        // The final output that will displayed by Kohana 
    4545        // This variable is protected, so that the controller can overload it 
    46         protected static $output = ''; 
     46        public static $output = ''; 
    4747 
    4848        /**