Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/smarty/plugins/function.config_load.php

    r795 r7655  
    121121                $smarty->_config[1]['files'][$_file] = true; 
    122122        } else if ($_scope == 'global') { 
    123             for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; $i++) { 
     123            for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; ++$i) { 
    124124                $smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars); 
    125125                $smarty->_config[$i]['files'][$_file] = true; 
Note: See TracChangeset for help on using the changeset viewer.