Correction majuscule sur le nom du service

This commit is contained in:
Michael RICOIS 2011-10-12 09:54:28 +00:00
parent 51f6df0201
commit 9b83670df1

View File

@ -22,7 +22,7 @@ class ServiceController extends Zend_Controller_Action
$serviceName = ucfirst($request->getParam('service', 'Entreprise'));
//Chemin
$pathServiceVersion = 'WsScore/'.$serviceName.'/Versions.ini';
$pathServiceVersion = 'WsScore/'.ucfirst($serviceName).'/Versions.ini';
//Service spécifique client
if (strtolower($serviceName) == 'clients') {