From 247160e5272c7a8f2c2e305b6c8d2903ff98ab58 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 9 Jun 2011 10:59:44 +0000 Subject: [PATCH] --- inc/extranet/Controlleur/class.extranet.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extranet/Controlleur/class.extranet.url.php b/inc/extranet/Controlleur/class.extranet.url.php index 9e777ad5e..e4c506b1b 100644 --- a/inc/extranet/Controlleur/class.extranet.url.php +++ b/inc/extranet/Controlleur/class.extranet.url.php @@ -1523,7 +1523,7 @@ class extranetUrl { $res .= ''; $res .= ''; $res .= '
' . __("Traduction de l'application en anglais") . '
'; - $res .= cubeLang::translationForm(array(ROOT . '/inc/extranet',ROOT . '/inc/ws', COMPOSER_SOURCES), 'en' , ROOT . '/l10n', '', array(), '' . $core->typo->BoutonOK('Enregistrer') . ''); + $res .= cubeLang::translationForm(array(ROOT . '/inc/commons',ROOT . '/inc/extranet',ROOT . '/inc/ws', COMPOSER_SOURCES), 'en' , ROOT . '/l10n', '', array(), '' . $core->typo->BoutonOK('Enregistrer') . ''); $res .= ''; $res .= commonPage::bf(); $res .= commonPage::bMain(); -- 2.39.5