diff --git a/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml b/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml index c1daff6e..56b340cf 100644 --- a/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml +++ b/docs/fr/programmers/advanced-features/section-template-cache-handler-func.xml @@ -37,7 +37,7 @@ include('Smarty.class.php'); include('mysql_cache_handler.php'); $smarty = new Smarty; -$smarty-i>cache_handler_func = 'mysql_cache_handler'; +$smarty->cache_handler_func = 'mysql_cache_handler'; $smarty->display('index.tpl');