From 4798c0168e43f627b5afe8582a429f3b56c83837 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Mon, 8 Sep 2014 07:16:07 +0200 Subject: [PATCH] Better use this --- code/web/private_php/ams/autoload/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/web/private_php/ams/autoload/helpers.php b/code/web/private_php/ams/autoload/helpers.php index ba329830b..a66511820 100644 --- a/code/web/private_php/ams/autoload/helpers.php +++ b/code/web/private_php/ams/autoload/helpers.php @@ -39,7 +39,7 @@ class Helpers { $smarty -> caching = false; $smarty -> cache_lifetime = 300; - $smarty->setPluginsDir($AMS_PLUGINS); + $smarty->addPluginsDir($AMS_PLUGINS); if (function_exists('apc_cache_info')) { // production