-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #208 from seamuslee001/smarty_2_6_31
Upgrade Smarty to 2.6.31 to solve issues on PHP7.2
- Loading branch information
Showing
3 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
* @author Monte Ohrt <monte at ohrt dot com> | ||
* @author Andrei Zmievski <[email protected]> | ||
* @package Smarty | ||
* @version 2.6.30 | ||
* @version 2.6.31-dev | ||
*/ | ||
|
||
/* $Id$ */ | ||
|
@@ -465,7 +465,7 @@ class Smarty | |
* | ||
* @var string | ||
*/ | ||
var $_version = '2.6.30'; | ||
var $_version = '2.6.31'; | ||
|
||
/** | ||
* current template inclusion depth | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters