Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bui Sy Nguyen committed Oct 2, 2015
1 parent ee68494 commit 413cdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fproject/amqp/ActivityNoticeManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function noticeAfterModelAction($data, $configType, $action, $attributeNa
else
$classId = $configType;

$noticeAction = ($action === 'delete' && isset($modelList1)) ? 'batchDelete' : $action;
$noticeAction = ($action === 'delete' && is_array($modelList1)) ? 'batchDelete' : $action;

$serializer = $this->getSerializer();

Expand Down

0 comments on commit 413cdda

Please sign in to comment.