Replace global $http by new httpInput() to make the test of scenario
working
This commit is contained in:
parent
09336b256a
commit
fe137d9d5f
5 changed files with 12 additions and 5 deletions
|
|
@ -26,7 +26,7 @@ require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
|
|||
require_once NOALYSS_INCLUDE.'/constant.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/dossier.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/function_javascript.php';
|
||||
global $http;
|
||||
$http=new HttpInput();
|
||||
$gDossier=dossier::id();
|
||||
|
||||
require_once NOALYSS_INCLUDE.'/lib/database.class.php';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue