remove period from syntax error

This commit is contained in:
mohrt
2001-05-02 14:31:35 +00:00
parent 25ee097699
commit b1ddf67884
2 changed files with 4 additions and 4 deletions

View File

@@ -633,7 +633,7 @@ class Smarty
$template_timestamp = filemtime($resource_name);
return true;
} else {
$this->_trigger_error_msg("unable to read template resource: \"$tpl_path.\"");
$this->_trigger_error_msg("unable to read template resource: \"$tpl_path\"");
return false;
}
break;

View File

@@ -633,7 +633,7 @@ class Smarty
$template_timestamp = filemtime($resource_name);
return true;
} else {
$this->_trigger_error_msg("unable to read template resource: \"$tpl_path.\"");
$this->_trigger_error_msg("unable to read template resource: \"$tpl_path\"");
return false;
}
break;