Commit 32b6e6ed authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4323 (keep_just_show_query URL flag produces error)

parent 3e08932d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1451,7 +1451,7 @@ function get_search_rows($meta_type, $meta_id_field, $content, $boolean_search,
            }
            if (get_param_integer('keep_just_show_query', 0) == 1) {
                safe_ini_set('ocproducts.xss_detect', '0');
                header('Content-type: text/plain; charset=' . get_charset());
                @header('Content-type: text/plain; charset=' . get_charset());
                exit($query);
            }