@@ -182,8 +182,8 @@ |
||
182 | 182 | $unreg = null; |
183 | 183 | if($thread->delete() && $this->deleteTopic($thread->id_topic)) { |
184 | 184 | $unreg = Common::unregisterLog([ |
185 | - 'target' => 'thread', |
|
186 | - 'target_id' => $id |
|
185 | + 'target' => 'thread', |
|
186 | + 'target_id' => $id |
|
187 | 187 | ]); |
188 | 188 | } |
189 | 189 | if($unreg != null && $unreg) { |