diff --git a/cli.php b/cli.php index 2112f1f..ec2c2de 100644 --- a/cli.php +++ b/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) {