Changeset 1161

Show
Ignore:
Timestamp:
06/24/2008 03:22:06 PM (13 months ago)
Author:
DarTar
Message:

Preventing filename inheritance across multiple code blocks in grabcode handler, closes #783

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1.6.6/formatters/wakka.php

    r971 r1161  
    4242                $thing = $things[1]; 
    4343                $result=''; 
    44  
     44                $valid_filename = ''; 
     45                 
    4546                static $oldIndentLevel = 0; 
    4647                static $oldIndentLength= 0; 
     
    6364                static $trigger_l = array(-1, 0, 0, 0, 0, 0); 
    6465                static $output = ''; 
    65                 static $valid_filename = ''; 
    6666                static $invalid = ''; 
    6767                static $curIndentType;