Skip to content

Commit

Permalink
Close the stream
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored Oct 20, 2023
1 parent 6f238e7 commit e0881d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/files_trashbin/lib/Trashbin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,7 @@ public static function isEmpty($user) {
return false;
}
}
closedir($dh);
}
return true;
}
Expand Down

0 comments on commit e0881d0

Please sign in to comment.