backed out renaming of _get_plugin_filepath() to get_plugin_filepath()

we'll stick to _get_plugin_filepath() and look for a more viable
solution to be exposed to plugin-writers.
This commit is contained in:
messju
2004-07-23 15:34:53 +00:00
parent aa016f3ded
commit c9844d410b
12 changed files with 17 additions and 29 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;