@@ -104,7 +104,8 @@ |
||
104 | 104 | $qb->add_constraint("location", "=", $location); |
105 | 105 | try { |
106 | 106 | $attachments = $qb->execute(); |
107 | - } catch (\Exception) { |
|
107 | + } |
|
108 | + catch (\Exception) { |
|
108 | 109 | return null; |
109 | 110 | } |
110 | 111 | if (empty($attachments)) { |