diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2015-06-21 13:56:10 +0200 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2015-06-21 13:56:10 +0200 |
| commit | 6b875397a5f561532e719db815736559f0610ad4 (patch) | |
| tree | 18449205adde6d57ad2b35e24a6e00deab62b4bb | |
| parent | b64d5d26c90bb525537d8fdd1f81da8b274fa2ec (diff) | |
| download | smarty-6b875397a5f561532e719db815736559f0610ad4.tar.gz smarty-6b875397a5f561532e719db815736559f0610ad4.tar.bz2 smarty-6b875397a5f561532e719db815736559f0610ad4.zip | |
update autoloader
| -rw-r--r-- | libs/Autoloader.php | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
