From ee9abc578a44686a448d64494cb5896853187d3a Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 18 Jul 2011 07:12:30 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 86074070c..f38e0d47c 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -265,7 +265,7 @@ class wsUrl { $res .= commonPage::bh(); - $res .= cubeLang::translationForm(PLAYER_SOURCES, $lang_id, null, 'liste', array(), '' . $core->typo->Ajouter(__('Enregistrer')) . '', $lang->traductions); + $res .= cubeLang::translationForm(array(PLAYER_SOURCES, WS_COMPILE_ASSETS.'/_html5/js/libs'), $lang_id, null, 'liste', array(), '' . $core->typo->Ajouter(__('Enregistrer')) . '', $lang->traductions); $res .= commonPage::bf(); $res .= ''; return $res; -- 2.39.5