Skip to content

Commit 00da208

Browse files
authored
Use proper namespace
1 parent 902f01c commit 00da208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/hook_frontpage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function monitor_hook_frontpage(&$links) {
99
assert(is_array($links));
1010
assert(array_key_exists('links', $links));
1111
$links['config'][] = array(
12-
'href' => SimpleSAML_Module::getModuleURL('monitor/monitor.php'),
12+
'href' => \SimpleSAML\Module::getModuleURL('monitor/monitor.php'),
1313
'text' => array('en' => 'Monitor'),
1414
);
1515

0 commit comments

Comments
 (0)