From 6b875397a5f561532e719db815736559f0610ad4 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sun, 21 Jun 2015 13:56:10 +0200 Subject: [PATCH] update autoloader --- libs/Autoloader.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/Autoloader.php b/libs/Autoloader.php index a24cad6f..2dd1c747 100644 --- a/libs/Autoloader.php +++ b/libs/Autoloader.php @@ -76,6 +76,8 @@ class Smarty_Autoloader 'smarty_internal_resource_registered' => true, 'smarty_internal_extension_codeframe' => true, 'smarty_internal_extension_config' => true, + 'smarty_internal_extension_filter' => true, + 'smarty_internal_extension_object' => true, 'smarty_internal_filter_handler' => true, 'smarty_internal_function_call_handler' => true, 'smarty_internal_cacheresource_file' => true,