mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
remove period from syntax error
This commit is contained in:
@@ -633,7 +633,7 @@ class Smarty
|
|||||||
$template_timestamp = filemtime($resource_name);
|
$template_timestamp = filemtime($resource_name);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
@@ -633,7 +633,7 @@ class Smarty
|
|||||||
$template_timestamp = filemtime($resource_name);
|
$template_timestamp = filemtime($resource_name);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user