mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
fix a small typo
This commit is contained in:
@@ -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');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user