Changeset 7684 for trunk


Ignore:
Timestamp:
12/20/12 13:35:30 (11 years ago)
Author:
asaikawa
Message:

Ticket #3236 - Desfazendo uma alteracao que impactou em uma inconsistencia na compilacao dos templates do smarty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/smarty/Smarty_Compiler.class.php

    r7655 r7684  
    12791279 
    12801280        $is_arg_stack = array(); 
    1281         $tokens_count = count($tokens); 
    1282          
    1283         for ($i = 0; $i < $tokens_count; ++$i) { 
    1284  
     1281 
     1282        for ($i = 0; $i < count($tokens); ++$i) { 
    12851283            $token = &$tokens[$i]; 
    12861284 
Note: See TracChangeset for help on using the changeset viewer.