Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-perun
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-perun
Merge requests
!270
style: update ECS, fix ECS config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
style: update ECS, fix ECS config
ecs
into
master
Overview
1
Commits
1
Pipelines
0
Changes
68
Merged
Pavel Břoušek
requested to merge
ecs
into
master
3 years ago
Overview
1
Commits
1
Pipelines
0
Changes
68
Expand
Created by: melanger
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6d5cc135
1 commit,
2 years ago
68 files
+
378
−
272
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
68
Search (e.g. *.vue) (Ctrl+P)
hooks/hook_cron.php
+
1
−
1
Options
@@ -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