change path library

This commit is contained in:
benoitpotier 2017-04-11 09:10:29 +02:00
parent 8af826eb9b
commit ba51eed034

View File

@ -258,8 +258,8 @@ class Scores_Ws_Server
$this->logger = Zend_Registry::get('logger');
}
$this->listeDroits = include APPLICATION_PATH . '/../library/Scores/Account/Access.php';
$this->listeCategory = include APPLICATION_PATH . '/../library/Scores/Account/Category.php';
$this->listeDroits = include APPLICATION_PATH . '/../vendor/scores/library/src/Scores/Account/Access.php';
$this->listeCategory = include APPLICATION_PATH . '/../vendor/scores/library/src/Scores/Account/Category.php';
}
/**