X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2FSmarty%2FREADME;h=50e0d60e5983523a0833496fa76a8e51ea88b016;hb=7f447368035b558931da5c1785560c4105ccd1e5;hp=167462823f2a3a0a1839a152eefbcf273d574e3c;hpb=bfca7f47ef1f986ea8515d23c3c1962c7fe3a298;p=friendica.git diff --git a/library/Smarty/README b/library/Smarty/README index 167462823f..50e0d60e59 100644 --- a/library/Smarty/README +++ b/library/Smarty/README @@ -1,4 +1,4 @@ -Smarty 3.1.11 +Smarty 3.1.19 Author: Monte Ohrt Author: Uwe Tews @@ -120,7 +120,7 @@ $smarty->unregisterObject($object_name) $smarty->unregisterFilter($type, $function_name) $smarty->unregisterResource($resource_type) -$smarty->compileAllTemplates($extention = '.tpl', $force_compile = false, $time_limit = 0, $max_errors = null) +$smarty->compileAllTemplates($extension = '.tpl', $force_compile = false, $time_limit = 0, $max_errors = null) $smarty->clearCompiledTemplate($resource_name = null, $compile_id = null, $exp_time = null) $smarty->testInstall()