Skip to content

Commit 19a662b

Browse files
committed
Merge branch 'ee3' of github.com:croxton/Stash into ee3
2 parents 0b17966 + 0266c3a commit 19a662b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/user/addons/stash/mod.stash.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3260,7 +3260,7 @@ public function flush_cache()
32603260
private function _matches($match, $against)
32613261
{
32623262
$is_match = TRUE;
3263-
$match = ee()->security->entity_decode($match);
3263+
$match = ee('Security/XSS')->entity_decode($match);
32643264

32653265
if ( ! is_array($against))
32663266
{
@@ -5164,4 +5164,4 @@ private function _get_users_vars()
51645164
}
51655165

51665166
/* End of file mod.stash.php */
5167-
/* Location: ./system/expressionengine/third_party/stash/mod.stash.php */
5167+
/* Location: ./system/expressionengine/third_party/stash/mod.stash.php */

0 commit comments

Comments
 (0)