mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Display command result in list
This commit is contained in:
parent
d7c5dc71cf
commit
cf28dbecbe
@ -49,6 +49,8 @@ class admin_cmds
|
||||
$row['title'] = $e->getMessage();
|
||||
}
|
||||
|
||||
$row['value'] = $cmd->value;
|
||||
|
||||
if(method_exists($cmd, 'summary'))
|
||||
{
|
||||
$row['data'] = $cmd->summary();
|
||||
|
Loading…
Reference in New Issue
Block a user