Skip to content
Snippets Groups Projects
Commit 602c8b4b authored by Emmanuel Dreyfus's avatar Emmanuel Dreyfus
Browse files

Typo

parent f267b925
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerPdo extends SimpleSAML_Metadata_ ...@@ -168,7 +168,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerPdo extends SimpleSAML_Metadata_
while ($d = $stmt->fetch()) { while ($d = $stmt->fetch()) {
if (++$rowCount > 1) { if (++$rowCount > 1) {
SimpleSAML\Logger::warning("Dulicate match for $entityId in set $set"); SimpleSAML\Logger::warning("Duplicate match for $entityId in set $set");
break; break;
} }
$data = json_decode($d['entity_data'], true); $data = json_decode($d['entity_data'], true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment