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:
1
cli.php
1
cli.php
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user