mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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['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();
|
||||||
|
Loading…
Reference in New Issue
Block a user