Index: trunk/core/kernel/processors/tag_processor.php =================================================================== diff -u -N -r4607 -r4880 --- trunk/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 4607) +++ trunk/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 4880) @@ -45,10 +45,8 @@ $Method = $tag; if(method_exists($this, $Method)) { - if( $this->Application->isDebugMode() && dbg_ConstOn('DBG_SHOW_TAGS') ) - { - global $debugger; - $debugger->appendHTML('Processing PreParsed Tag '.$Method.' in '.$this->Prefix); + if ($this->Application->isDebugMode() && constOn('DBG_SHOW_TAGS')) { + $this->Application->Debugger->appendHTML('Processing PreParsed Tag '.$Method.' in '.$this->Prefix); } //echo htmlspecialchars($tag->GetFullTag()).'
';