quick fix
This commit is contained in:
parent
b44b0471a6
commit
7c009bcd96
@ -68,11 +68,11 @@ class MVCController{
|
||||
//check if testaction is valid
|
||||
if(file_exists($this->testaction)){
|
||||
|
||||
echo('"output": [');
|
||||
echo('{"output": [');
|
||||
//execute testaction
|
||||
include_once($this->testaction);
|
||||
TestUtils::log('End of output', "OK", false);
|
||||
echo("]");
|
||||
echo("]}");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user