mirror of
https://github.com/smarty-php/smarty.git
synced 2026-01-31 18:49:32 +01:00
- major update including some API changes
This commit is contained in:
@@ -55,7 +55,7 @@ function smarty_function_cycle($params, $smarty, $template)
|
||||
|
||||
if (!in_array('values', array_keys($params))) {
|
||||
if(!isset($cycle_vars[$name]['values'])) {
|
||||
$smarty->trigger_error("cycle: missing 'values' parameter");
|
||||
trigger_error("cycle: missing 'values' parameter");
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user