From eb9d32565c40e6a03365f27f3dcde77b608a7115 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Thu, 13 Apr 2006 10:29:31 +0000 Subject: [PATCH] fix spelling mistake --- include/functions_smarty.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_smarty.inc.php b/include/functions_smarty.inc.php index 35485c5..0dcada4 100644 --- a/include/functions_smarty.inc.php +++ b/include/functions_smarty.inc.php @@ -684,7 +684,7 @@ function serendipity_smarty_init($vars = array()) { if (is_array($template_config)) { $template_vars =& serendipity_loadThemeOptions($template_config); - $serendipty['smarty']->assign('template_option', $template_vars); + $serendipity['smarty']->assign('template_option', $template_vars); } return true; -- 2.39.5