[-] CORE fixed bug #PSCFV-10595 - small fix in function addJqueryPlugin()
This commit is contained in:
@@ -334,12 +334,14 @@ abstract class ControllerCore
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$plugin_path = Media::getJqueryPluginPath($name, $folder);
|
||||
|
||||
if(!empty($plugin_path['css']))
|
||||
$this->addCSS($plugin_path['css']);
|
||||
if(!empty($plugin_path['js']))
|
||||
$this->addJS($plugin_path['js']);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user