This commit is contained in:
vAugagneur
2011-10-06 15:45:53 +00:00
parent 4f742a9ce8
commit 07eb5016ae
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']);