mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 19:34:27 +02:00
fix typo
This commit is contained in:
@@ -1059,7 +1059,7 @@ class Smarty
|
||||
return $this->_tpl_vars[$name];
|
||||
} else {
|
||||
// var non-existant, return valid reference
|
||||
$_tmp = null
|
||||
$_tmp = null;
|
||||
return $_tmp;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user