Bugfix: The commit in dba::delete was never executed
This commit is contained in:
@@ -485,9 +485,7 @@ function notification($params) {
|
||||
);
|
||||
if ($p && (count($p) > 1)) {
|
||||
for ($d = 1; $d < count($p); $d ++) {
|
||||
q("DELETE FROM `notify` WHERE `id` = %d",
|
||||
intval($p[$d]['id'])
|
||||
);
|
||||
dba::delete('notify', array('id' => $p[$d]['id']));
|
||||
}
|
||||
|
||||
// only continue on if we stored the first one
|
||||
|
||||
Reference in New Issue
Block a user