mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 20:24:18 +02:00
- replaced most hard errors (exceptions) by softerrors(trigger_error) in plugins
This commit is contained in:
@@ -78,7 +78,7 @@ function smarty_function_html_select_time($params, $smarty, $template)
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new Exception ("[html_select_time] unknown parameter $_key", E_USER_WARNING);
|
||||
trigger_error("[html_select_time] unknown parameter $_key", E_USER_WARNING);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user