mirror of
https://github.com/smarty-php/smarty.git
synced 2025-12-03 07:49:33 +01:00
- bugfix chained modifier failed when last modifier parameter is a signed value
https://github.com/smarty-php/smarty/issues/327
This commit is contained in:
@@ -108,7 +108,7 @@ class Smarty extends Smarty_Internal_TemplateBase
|
||||
/**
|
||||
* smarty version
|
||||
*/
|
||||
const SMARTY_VERSION = '3.1.32-dev-19';
|
||||
const SMARTY_VERSION = '3.1.32-dev-20';
|
||||
|
||||
/**
|
||||
* define variable scopes
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user