From: vincent@cubedesigners.com Date: Mon, 20 Nov 2017 16:33:12 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=73fb9774d5dc77cf02c6a537e6335f640bf59655;p=cubeextranet.git --- diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index b71778dc2..7e8ceb8f7 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -622,6 +622,7 @@ class wsUrl { } $allLangs = cubeLang::getCodes($core->user->lang); + $allLangs['es-pr'] = 'Espagnol, Porto Rico'; $existingLangs = array(); $dao = new wsDAOLang($core->con);