mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
fixed bug in timesheet, success/error message of set category or status was not shown
This commit is contained in:
parent
05d36ce15b
commit
a0d6461483
@ -785,7 +785,7 @@ class timesheet_ui extends timesheet_bo
|
||||
{
|
||||
$msg .= lang('%1 timesheets(s) %2',$success,$action_msg);
|
||||
}
|
||||
elseif(is_null($msg))
|
||||
elseif(empty($msg))
|
||||
{
|
||||
$msg .= lang('%1 timesheets(s) %2, %3 failed because of insufficent rights !!!',$success,$action_msg,$failed);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user