From 40d0463987dfd470672ab9b891ac2f9577cc1886 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Thu, 6 Oct 2011 14:52:02 +0000 Subject: [PATCH] //small fix git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9106 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Media.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/Media.php b/classes/Media.php index f120b0951..e83ab4319 100755 --- a/classes/Media.php +++ b/classes/Media.php @@ -275,7 +275,7 @@ class MediaCore * @param mixed $component * @return string */ - public static function getJqueryUIPath($component, $theme = 'base', $check_dependencies = true) + public static function getJqueryUIPath($component, $theme, $check_dependencies) { $ui_path = array('js' => array(), 'css' => array()); $folder = _PS_JS_DIR_.'jquery/ui/'; @@ -326,7 +326,7 @@ class MediaCore * @param mixed $name * @return void */ - public static function getJqueryPluginPath($name, $folder = null) + public static function getJqueryPluginPath($name, $folder) { $plugin_path = array('js' => array(), 'css' => array()); if (is_null($folder))