fix a small typo

This commit is contained in:
didou
2004-10-29 14:18:12 +00:00
parent 56786ce41a
commit e50da48229

View File

@@ -37,7 +37,7 @@ include('Smarty.class.php');
include('mysql_cache_handler.php'); include('mysql_cache_handler.php');
$smarty = new Smarty; $smarty = new Smarty;
$smarty-i>cache_handler_func = 'mysql_cache_handler'; $smarty->cache_handler_func = 'mysql_cache_handler';
$smarty->display('index.tpl'); $smarty->display('index.tpl');