mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
fix plugin-name in error message
This commit is contained in:
@@ -117,7 +117,7 @@ function smarty_function_html_select_date($params, &$smarty)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
$smarty->trigger_error("[html_select_time] unknown parameter $_key", E_USER_WARNING);
|
$smarty->trigger_error("[html_select_date] unknown parameter $_key", E_USER_WARNING);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user