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(
19981998 $ action = isset ($ action ) ? Security::remove_XSS ($ action ) : $ requestAction ;
19991999 $ searchTerm = isset ($ _REQUEST ['search_term ' ]) ? Security::remove_XSS ($ _REQUEST ['search_term ' ]) : '' ;
20002000 $ 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 ' ]) : '' ;
20022002 $ languageSelect = isset ($ _REQUEST ['course_language ' ]) ? Security::remove_XSS ($ _REQUEST ['course_language ' ]) : '' ;
20032003
20042004 if ($ action === 'subscribe_user_with_password ' ) {
You can’t perform that action at this time.
0 commit comments