git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9114 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-10-06 15:45:53 +00:00
parent bd1657dc01
commit 1cdc37f80d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ abstract class ControllerCore
}
}
else
$plugin_path = Media::getJqueryPluginPath($name);
$plugin_path = Media::getJqueryPluginPath($name, $folder);
$this->addCSS($plugin_path['css']);
$this->addJS($plugin_path['js']);