mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-01 04:41:37 +01:00
renamed calls to $smarty->_get_plugin_filepath() to $smarty->get_plugin_filepath()
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
*/
|
||||
function smarty_function_html_select_time($params, &$smarty)
|
||||
{
|
||||
require_once $smarty->_get_plugin_filepath('shared','make_timestamp');
|
||||
require_once $smarty->_get_plugin_filepath('function','html_options');
|
||||
require_once $smarty->get_plugin_filepath('shared','make_timestamp');
|
||||
require_once $smarty->get_plugin_filepath('function','html_options');
|
||||
/* Default values. */
|
||||
$prefix = "Time_";
|
||||
$time = time();
|
||||
|
||||
Reference in New Issue
Block a user