We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4503ed9 commit 238dfa8Copy full SHA for 238dfa8
src/CI4Twig/Twig.php
@@ -4,7 +4,7 @@
4
*
5
* @author Kenji Suzuki <https://github.com/kenjis>
6
* @license MIT License
7
- * @copyright 2020 Kenji Suzuki
+ * @copyright 2015 Kenji Suzuki
8
* @link https://github.com/kenjis/codeigniter-ss-twig
9
*/
10
@@ -70,6 +70,7 @@ public function __construct($params = [])
70
);
71
unset($params['functions']);
72
}
73
+
74
if (isset($params['functions_safe'])) {
75
$this->functions_safe =
76
array_unique(
0 commit comments