Skip to content

Commit 6023fc9

Browse files
author
Joan He
authored
Merge pull request #4505 from magento-arcticfoxes/MC-18126
[arcticfoxes] Bug Fixes
2 parents bbbbe68 + 251d9ac commit 6023fc9

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
@@ -69,7 +69,19 @@ class Template implements \Zend_Filter_Interface
6969
'gettemplateprocessor',
7070
'vardirective',
7171
'delete',
72-
'getdatausingmethod'
72+
'getdatausingmethod',
73+
'__destruct',
74+
'__call',
75+
'__callStatic',
76+
'__set',
77+
'__unset',
78+
'__sleep',
79+
'__wakeup',
80+
'__invoke',
81+
'__set_state',
82+
'__debugInfo',
83+
'___callParent',
84+
'___callPlugins'
7385
];
7486

7587
/**

0 commit comments

Comments
 (0)