mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
remove period from syntax error
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user