Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 9b6616d

Browse files
committed
Switch to namespaced SimpleSAML\Module.
1 parent 2ba3595 commit 9b6616d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/material/common-head-elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta http-equiv="x-ua-compatible" content="ie=edge">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55

6-
<base href="<?= SimpleSAML_Module::getModuleURL('material/') ?>">
6+
<base href="<?= SimpleSAML\Module::getModuleURL('material/') ?>">
77

88
<?php
99
$trackingId = htmlentities($this->configuration->getValue('analytics.trackingId'));

0 commit comments

Comments
 (0)