Small fix

This commit is contained in:
Michael RICOIS 2012-12-04 10:11:40 +00:00
parent 2596b2107f
commit ed4bef534a

View File

@ -109,7 +109,7 @@ class DocumentationController extends Zend_Controller_Action
// Gestion des versions
$clients = include APPLICATION_PATH . '/../library/WsScore/Clients/ClientsConfig.php';
$configServiceVersions = $clients[$client][$ws]['versions'];
$configServiceVersions = $clients[$client]['versions'];
foreach( $configServiceVersions as $section => $params ){
$serviceVersions[$section] = $params;
if ($params['defaut']) {