forked from extern/egroupware
Infolog renaming classes minor fix (botimesheet -> timesheet_bo)
This commit is contained in:
parent
226df83e0b
commit
fdb1b050f7
@ -214,7 +214,7 @@ class infolog_ui
|
||||
}
|
||||
if ($this->prefs['show_times'] && isset($GLOBALS['egw_info']['user']['apps']['timesheet']) && $timesheets)
|
||||
{
|
||||
$sum = ExecMethod('timesheet.botimesheet.sum',$timesheets);
|
||||
$sum = ExecMethod('timesheet.timesheet_bo.sum',$timesheets);
|
||||
$info['info_sum_timesheets'] = $sum['duration'];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user