summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Tree.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Tree.php b/app/Tree.php
index 37f4589558..75ff3b0649 100644
--- a/app/Tree.php
+++ b/app/Tree.php
@@ -560,7 +560,7 @@ class Tree
if ($keep_media) {
DB::table('link')->where('l_file', '=', $this->id)
- ->where('l_type', '<>', 'OBJE')
+ ->where('l_type', '<>', 'OBJE')
->delete();
} else {
DB::table('link')->where('l_file', '=', $this->id)->delete();