Skip to content
Snippets Groups Projects
Unverified Commit 3b0413f5 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Merge pull request #785 from forevermatt/bug/typo-in-error-message

SAML: Fix typo in logged error message
parents b7bb6e82 30bfc34f
Branches
Tags
No related merge requests found
...@@ -278,7 +278,7 @@ class SimpleSAML_XHTML_Template ...@@ -278,7 +278,7 @@ class SimpleSAML_XHTML_Template
$subdirs = scandir($themeDir); $subdirs = scandir($themeDir);
if (empty($subdirs)) { // no subdirectories in the theme directory, nothing to do here if (empty($subdirs)) { // no subdirectories in the theme directory, nothing to do here
// this is probably wrong, log a message // this is probably wrong, log a message
\SimpleSAML\Logger::warning('Emtpy theme directory for theme "'.$this->theme['name'].'".'); \SimpleSAML\Logger::warning('Empty theme directory for theme "'.$this->theme['name'].'".');
return array(); return array();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment