mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Correct default command result
This commit is contained in:
parent
f7abe770bd
commit
c2ee1cc1e0
@ -1444,6 +1444,8 @@ abstract class admin_cmd
|
|||||||
{
|
{
|
||||||
return $this->result;
|
return $this->result;
|
||||||
}
|
}
|
||||||
return static::$stati[ $this->status ];
|
return lang("Command was run %1 on %2",
|
||||||
|
static::$stati[ $this->status ],
|
||||||
|
Api\DateTime::to($this->created));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user