Fix error code.

This commit is contained in:
Chris 2014-04-11 17:42:19 +01:00
parent 2ff5d614df
commit 426a053d92

View File

@ -431,7 +431,7 @@ sub load_template {
# Don't bother even attempting to open the file if it doesn't exist or isn't readable.
if(!-f $filename || !-r $filename) {
$errs = " ".path_join($theme, $name).": does not exist.";
$errs .= " ".path_join($theme, $name).": does not exist.";
next;
}