We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1791cd3 commit 79e18b2Copy full SHA for 79e18b2
Views/SmartyView.php
@@ -105,7 +105,7 @@ public static function getInstance() {
105
self::$smartyInstance = new Smarty();
106
self::$smartyInstance->template_dir = is_null(self::$smartyTemplatesDirectory) ? $this->getTemplatesDirectory() : self::$smartyTemplatesDirectory;
107
if ( self::$smartyExtensions ) {
108
- self::$smartyInstance->setPluginsDir(self::$smartyExtensions);
+ self::$smartyInstance->addPluginsDir(self::$smartyExtensions);
109
}
110
if ( self::$smartyCompileDirectory ) {
111
self::$smartyInstance->compile_dir = self::$smartyCompileDirectory;
0 commit comments