From 6c25d5a2159219aa4543a1a56482f5f1d61e5dcc Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 2 Jan 2019 13:56:40 +0000 Subject: Apply fixes from StyleCI (#2084) --- app/Tree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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(); -- cgit v1.3