mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-28 02:41:37 +01:00
fix a few error messages, follow consistancy format plugin_name: errormsg
This commit is contained in:
@@ -32,7 +32,7 @@ function smarty_function_html_table($params, &$smarty)
|
||||
extract($params);
|
||||
|
||||
if (!isset($loop)) {
|
||||
$smarty->trigger_error("table: missing 'loop' parameter");
|
||||
$smarty->trigger_error("html_table: missing 'loop' parameter");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user