Skip to content

Commit

Permalink
fix member reference missing from initial merged branch ChurchCRM#4468
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 committed Sep 10, 2018
1 parent 4a28516 commit e50519d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChurchCRM/tasks/CheckExecutionTimeTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct()

public function isActive()
{
return $this->sizeBytes < 120;
return $this->executionTime < 120;
}

public function isAdmin()
Expand Down

0 comments on commit e50519d

Please sign in to comment.