Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
08e526e9
Commit
08e526e9
authored
6 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Fix log message; lines cannot be cut off that way
parent
6a6fdcde
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/core/www/frontpage_config.php
+2
-2
2 additions, 2 deletions
modules/core/www/frontpage_config.php
with
2 additions
and
2 deletions
modules/core/www/frontpage_config.php
+
2
−
2
View file @
08e526e9
...
...
@@ -53,8 +53,8 @@ $allLinks = [
'federation'
=>
&
$links_federation
,
];
\SimpleSAML\Module
::
callHooks
(
'frontpage'
,
$allLinks
);
\SimpleSAML\Logger
::
debug
(
'The "frontpage" hook has been deprecated for the configuration page. Implement the '
.
'
"configpage" hook instead.'
);
\SimpleSAML\Logger
::
debug
(
'The "frontpage" hook has been deprecated for the configuration page. Implement the '
.
'
"configpage" hook instead.'
);
// Check for updates. Store the remote result in the session so we
// don't need to fetch it on every access to this page.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment