Correct default command result

This commit is contained in:
nathangray 2019-03-21 14:36:46 -06:00
parent f7abe770bd
commit c2ee1cc1e0

View File

@ -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));
} }
} }