Ticket #989: Smarty_Compiler.class.diff

File Smarty_Compiler.class.diff, 739 bytes (added by INETvisio, 9 years ago)
  • includes/external/smarty/smarty_2/Smarty_Compiler.class.php

     includes/external/smarty/smarty_2/Smarty_Compiler.class.php | 3 +--
     1 file changed, 1 insertion(+), 2 deletions(-)
    
    diff --git a/includes/external/smarty/smarty_2/Smarty_Compiler.class.php b/includes/external/smarty/smarty_2/Smarty_Compiler.class.php
    index f4096d6..ea9a93f 100644
    a b class Smarty_Compiler extends Smarty {  
    7878    /**
    7979     * The class constructor.
    8080     */
    81     function Smarty_Compiler()
     81    function __construct()
    8282    {
    8383        // matches double quoted strings:
    8484        // "foobar"
    function _smarty_sort_length($a, $b)  
    23622362
    23632363/* vim: set et: */
    23642364
    2365 ?>