Skip to content
Snippets Groups Projects
Commit 5e8a4118 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Revert accidentally committed chunk

parent 4e28ef4a
Branches
Tags v1.3.2
No related merge requests found
...@@ -44,8 +44,6 @@ $allLinks = [ ...@@ -44,8 +44,6 @@ $allLinks = [
$metadataHosted = []; $metadataHosted = [];
\SimpleSAML\Module::callHooks('metadata_hosted', $metadataHosted); \SimpleSAML\Module::callHooks('metadata_hosted', $metadataHosted);
var_dump($metadataHosted);
$metadata = \SimpleSAML\Metadata\MetaDataStorageHandler::getMetadataHandler(); $metadata = \SimpleSAML\Metadata\MetaDataStorageHandler::getMetadataHandler();
$metaentries = ['hosted' => $metadataHosted, 'remote' => []]; $metaentries = ['hosted' => $metadataHosted, 'remote' => []];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment