]>
BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/RecycleBinController.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed tests from streaming changes
[bookstack]
/
app
/
Http
/
Controllers
/
RecycleBinController.php
diff --git
a/app/Http/Controllers/RecycleBinController.php
b/app/Http/Controllers/RecycleBinController.php
index 1736023a5047db5d7ed9049ac7fd50d855f805f5..1cffb161cc8a3f94e68d8d6eaeb72ab2e10d7730 100644
(file)
--- a/
app/Http/Controllers/RecycleBinController.php
+++ b/
app/Http/Controllers/RecycleBinController.php
@@
-58,6
+58,7
@@
class RecycleBinController extends Controller
$searching = false;
}
}
+
/** @var ?Deletion $parentDeletion */
$parentDeletion = ($currentDeletable === $deletion->deletable) ? null : $currentDeletable->deletions()->first();