This commit is contained in:
mohrt
2005-08-17 14:59:25 +00:00
parent 56bd1fbbd0
commit 219ec26706

View File

@@ -1059,7 +1059,7 @@ class Smarty
return $this->_tpl_vars[$name];
} else {
// var non-existant, return valid reference
$_tmp = null
$_tmp = null;
return $_tmp;
}
}