Skip to content

Commit

Permalink
Fix TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Aug 4, 2024
1 parent 94078e3 commit 7a11fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/mrbs_sql.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ function mrbsDelEntry(int $id, bool $series, bool $all)

while (false !== ($row = $res->next_row_keyed()))
{
row_cast_columns($row, 'entry');
unpack_status($row);

if(!getWritable($row['create_by'], $room_id))
Expand Down

0 comments on commit 7a11fb6

Please sign in to comment.