summaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php
index 6ee269a..fbc5207 100755
--- a/update.php
+++ b/update.php
@@ -194,6 +194,7 @@ function _render($target, $file, $vars=null) {
function _render_template($template, $vars=null) {
global $smarty;
+ $smarty->clearAllAssign();
$smarty->assign($vars);
return $smarty->fetch($template . '.tpl');
}