Show
Ignore:
Timestamp:
09/01/2007 04:17:36 PM (15 months ago)
Author:
Shadowhand
Message:

Fixed the issue with output callbacks not updating the output

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/user_guide/controllers/user_guide.php

    r455 r464  
    7272        public function _tags() 
    7373        { 
    74                 self::$output = preg_replace_callback('!<(benchmark|event|file|definition)>.+?</[^>]+>!', array($this, '_tag_update'), self::$output); 
     74                Kohana::$output = preg_replace_callback('!<(benchmark|event|file|definition)>.+?</[^>]+>!', array($this, '_tag_update'), Kohana::$output); 
    7575        } 
    7676