From e50da4822935a25f4772ae3ec9e2487c4862f329 Mon Sep 17 00:00:00 2001 From: didou Date: Fri, 29 Oct 2004 14:18:12 +0000 Subject: [PATCH] fix a small typo --- .../advanced-features/section-template-cache-handler-func.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');