mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
changed call from $smarty->_get_plugin_filepath() to
$smarty->get_plugin_filepath()
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
/**
|
||||
* Include the {@link shared.make_timestamp.php} plugin
|
||||
*/
|
||||
require_once $smarty->_get_plugin_filepath('shared','make_timestamp');
|
||||
require_once $smarty->get_plugin_filepath('shared','make_timestamp');
|
||||
/**
|
||||
* Smarty date_format modifier plugin
|
||||
*
|
||||
|
Reference in New Issue
Block a user