change path library
This commit is contained in:
parent
8af826eb9b
commit
ba51eed034
@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user