Skip to content
Snippets Groups Projects
Commit 30bfc34f authored by Matt Henderson's avatar Matt Henderson
Browse files

SAML: Fix typo in logged error message

parent b7bb6e82
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment