Cli : remove the auth user from cli : not valid everywhere

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4149 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2018-03-06 19:55:52 +00:00
parent 66f5b98e20
commit da6358dc3c

View File

@@ -386,7 +386,6 @@ class cli
{
$classReflection = new ReflectionClass($class);
$r = $classReflection->newInstanceArgs($paramConst);
$r->auth["email"] = "cli";
$s = call_user_func_array(array($r, $method), $argv);
if ($this->QUIET === false || $s !== "" && $s !== array () && $s !== null)
{