Incorrect constant for theme warning

This commit is contained in:
Evan Prodromou 2011-09-27 11:32:20 -04:00
parent 5ccae1313c
commit 3063caea83
1 changed files with 3 additions and 3 deletions

View File

@ -106,9 +106,9 @@ class Theme
// Ruh roh. Fall back to default, then.
common_log(LOG_WARN, sprintf("Unable to find theme '%s', falling back to default theme '%s'",
$name,
Theme::FALLBACK));
common_log(LOG_WARNING, sprintf("Unable to find theme '%s', falling back to default theme '%s'",
$name,
Theme::FALLBACK));
$this->name = Theme::FALLBACK;
$this->dir = $instroot.'/'.Theme::FALLBACK;