We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902f01c commit 00da208Copy full SHA for 00da208
hooks/hook_frontpage.php
@@ -9,7 +9,7 @@ function monitor_hook_frontpage(&$links) {
9
assert(is_array($links));
10
assert(array_key_exists('links', $links));
11
$links['config'][] = array(
12
- 'href' => SimpleSAML_Module::getModuleURL('monitor/monitor.php'),
+ 'href' => \SimpleSAML\Module::getModuleURL('monitor/monitor.php'),
13
'text' => array('en' => 'Monitor'),
14
);
15
0 commit comments