We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b17966 + 0266c3a commit 19a662bCopy full SHA for 19a662b
system/user/addons/stash/mod.stash.php
@@ -3260,7 +3260,7 @@ public function flush_cache()
3260
private function _matches($match, $against)
3261
{
3262
$is_match = TRUE;
3263
- $match = ee()->security->entity_decode($match);
+ $match = ee('Security/XSS')->entity_decode($match);
3264
3265
if ( ! is_array($against))
3266
@@ -5164,4 +5164,4 @@ private function _get_users_vars()
5164
}
5165
5166
/* End of file mod.stash.php */
5167
-/* Location: ./system/expressionengine/third_party/stash/mod.stash.php */
+/* Location: ./system/expressionengine/third_party/stash/mod.stash.php */
0 commit comments