From d30b769b7efa54fc832e2b25fbe8ea8c0d649737 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 12 Oct 2011 10:04:55 +0000 Subject: [PATCH] Majuscle pour les noms des clients --- application/controllers/DocumentationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/DocumentationController.php b/application/controllers/DocumentationController.php index 9118830a..c6458978 100644 --- a/application/controllers/DocumentationController.php +++ b/application/controllers/DocumentationController.php @@ -114,7 +114,7 @@ class DocumentationController extends Zend_Controller_Action $version = $request->getParam('version', $defautVersion); // Charger les classes et les types pour le service suivant la version - $pathClassService = 'WsScore/Clients/'.$client.'/v'.$version.'/'; + $pathClassService = 'WsScore/Clients/'.ucfirst($client).'/v'.$version.'/'; // Gestion des classmap $wsConfig = new Zend_Config_Ini($pathClassService.$ws.'.ini');