@@ -49,7 +49,7 @@ |
||
49 | 49 | \DB::table('user_lists') |
50 | 50 | ->where('id', '=', $listid) |
51 | 51 | ->delete(); |
52 | - } else { |
|
52 | + }else { |
|
53 | 53 | $list = \DB::table('user_lists') |
54 | 54 | ->where('id', '=', $listid) |
55 | 55 | ->where('user_id', '=', \Auth::id()) |