forked from extern/egroupware
fixed not working delete
This commit is contained in:
parent
0d0c9df4db
commit
2d41edc263
@ -89,7 +89,7 @@ class historylog
|
||||
*/
|
||||
function delete($record_id)
|
||||
{
|
||||
$where = array('history_appname' => $record_id);
|
||||
$where = array('history_appname' => $this->appname);
|
||||
|
||||
if (is_array($record_id) || is_numeric($record_id))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user