renamed calls to $smarty->_get_plugin_filepath() to $smarty->get_plugin_filepath()

This commit is contained in:
messju
2004-07-12 15:24:43 +00:00
parent 4d1af77893
commit cba023a811
6 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
*/
function smarty_function_html_options($params, &$smarty)
{
require_once $smarty->_get_plugin_filepath('shared','escape_special_chars');
require_once $smarty->get_plugin_filepath('shared','escape_special_chars');
$name = null;
$values = null;