File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1998,7 +1998,7 @@ public static function getCatalogUrl(
1998
1998
$ action = isset ($ action ) ? Security::remove_XSS ($ action ) : $ requestAction ;
1999
1999
$ searchTerm = isset ($ _REQUEST ['search_term ' ]) ? Security::remove_XSS ($ _REQUEST ['search_term ' ]) : '' ;
2000
2000
$ keyword = isset ($ _REQUEST ['keyword ' ]) ? Security::remove_XSS ($ _REQUEST ['keyword ' ]) : '' ;
2001
- $ searchTag = $ _REQUEST ['search_tag ' ] ? Security::remove_XSS ($ _REQUEST ['search_tag ' ]) : '' ;
2001
+ $ searchTag = isset ( $ _REQUEST ['search_tag ' ]) ? Security::remove_XSS ($ _REQUEST ['search_tag ' ]) : '' ;
2002
2002
$ languageSelect = isset ($ _REQUEST ['course_language ' ]) ? Security::remove_XSS ($ _REQUEST ['course_language ' ]) : '' ;
2003
2003
2004
2004
if ($ action === 'subscribe_user_with_password ' ) {
You can’t perform that action at this time.
0 commit comments