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 {
|
| 78 | 78 | /** |
| 79 | 79 | * The class constructor. |
| 80 | 80 | */ |
| 81 | | function Smarty_Compiler() |
| | 81 | function __construct() |
| 82 | 82 | { |
| 83 | 83 | // matches double quoted strings: |
| 84 | 84 | // "foobar" |
| … |
… |
function _smarty_sort_length($a, $b)
|
| 2362 | 2362 | |
| 2363 | 2363 | /* vim: set et: */ |
| 2364 | 2364 | |
| 2365 | | ?> |