Skip to content

Commit

Permalink
Merge pull request #5 from Webcampak/develop
Browse files Browse the repository at this point in the history
Preparation for release 3.1.0
  • Loading branch information
Fgerthoffert committed Dec 10, 2016
2 parents 6fe9f9d + 09ec4f1 commit 978d17f
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 16 deletions.
2 changes: 2 additions & 0 deletions Symfony/3.0/src/AppBundle/Command/AlertsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ protected function execute(InputInterface $input, OutputInterface $output) {
file_put_contents($alertsFile, json_encode($alertArray) . "\n", FILE_APPEND);

$sourceAlerts[$sourceEntity->getSourceId()] = $alertArray;
} else {
self::log($output, 'info', 'AlertsCommand.php\execute() - ' . $sourceEntity->getSourceId() . ' - Alerts for this source are disabled');
}
}

Expand Down
Loading

0 comments on commit 978d17f

Please sign in to comment.