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

Commit ed6f98f

Browse files
authored
Merge pull request #59 from silinternational/develop
Release 5.2.2
2 parents 24e4f03 + 03e5aac commit ed6f98f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=5.4",
1515
"roave/security-advisories": "dev-master",
1616
"simplesamlphp/composer-module-installer": "^1.1.5",
17-
"simplesamlphp/simplesamlphp": "^1.14.10",
17+
"simplesamlphp/simplesamlphp": "^1.15.2",
1818
"silinternational/ssp-utilities": "^1.0"
1919
}
2020
}

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)