Skip to content
Snippets Groups Projects

style: update ECS, fix ECS config

Merged Pavel Břoušek requested to merge ecs into master
68 files
+ 378
272
Compare changes
  • Side-by-side
  • Inline
Files
68
+ 1
1
@@ -12,7 +12,7 @@ use SimpleSAML\Module\perun\databaseCommand\ChallengesDbCmd;
*/
function perun_hook_cron(&$croninfo)
{
if ('hourly' !== $croninfo['tag']) {
if ($croninfo['tag'] !== 'hourly') {
Logger::debug('cron [perun]: Skipping cron in cron tag [' . $croninfo['tag'] . '] ');
return;
Loading