Skip to content

Commit 743c7c7

Browse files
author
Joan He
authored
Merge pull request #4494 from magento-arcticfoxes/MC-18125
[arcticfoxes] Bug Fixes
2 parents 826553b + 7c19916 commit 743c7c7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

lib/internal/Magento/Framework/Filter/Template.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,19 @@ class Template implements \Zend_Filter_Interface
7979
'gettemplateprocessor',
8080
'vardirective',
8181
'delete',
82-
'getdatausingmethod'
82+
'getdatausingmethod',
83+
'__destruct',
84+
'__call',
85+
'__callStatic',
86+
'__set',
87+
'__unset',
88+
'__sleep',
89+
'__wakeup',
90+
'__invoke',
91+
'__set_state',
92+
'__debugInfo',
93+
'___callParent',
94+
'___callPlugins'
8395
];
8496

8597
/**

0 commit comments

Comments
 (0)