Correction majuscule sur le nom du service
This commit is contained in:
parent
51f6df0201
commit
9b83670df1
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user