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