mirror of
https://github.com/smarty-php/smarty.git
synced 2026-01-31 10:39:43 +01:00
- bugfix {make_nocache $var} did fail when variable value did contain '\' https://github.com/smarty-php/smarty/issues/305
This commit is contained in:
@@ -114,7 +114,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
||||
/**
|
||||
* smarty version
|
||||
*/
|
||||
const SMARTY_VERSION = '3.1.31-dev/34';
|
||||
const SMARTY_VERSION = '3.1.31-dev/35';
|
||||
|
||||
/**
|
||||
* define variable scopes
|
||||
|
||||
Reference in New Issue
Block a user