Display command result in list

This commit is contained in:
nathangray 2018-09-25 15:08:25 -06:00
parent d7c5dc71cf
commit cf28dbecbe

View File

@ -49,6 +49,8 @@ class admin_cmds
$row['title'] = $e->getMessage(); $row['title'] = $e->getMessage();
} }
$row['value'] = $cmd->value;
if(method_exists($cmd, 'summary')) if(method_exists($cmd, 'summary'))
{ {
$row['data'] = $cmd->summary(); $row['data'] = $cmd->summary();