Skip to content

Commit

Permalink
Merge pull request #30 from marco-mdl/patch-1
Browse files Browse the repository at this point in the history
Update AuditSubscriber.php
  • Loading branch information
l3pp4rd authored Dec 15, 2017
2 parents 518c3ca + e647cfd commit 27e10c4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ private function isEntityUnaudited($entity)
break;
}
}
$isEntityUnaudited = !isset($this->auditedEntities[get_class($entity)]);
} else {
$isEntityUnaudited = FALSE;
foreach (array_keys($this->unauditedEntities) as $unauditedEntity) {
Expand Down

0 comments on commit 27e10c4

Please sign in to comment.