diff --git a/files/inc/plugins/mysupport/mysupport.php b/files/inc/plugins/mysupport/mysupport.php index b9b285b..10f559e 100755 --- a/files/inc/plugins/mysupport/mysupport.php +++ b/files/inc/plugins/mysupport/mysupport.php @@ -1207,7 +1207,7 @@ function mysupport_template_edits($type) find_replace_templatesets("postbit", "#".preg_quote('{$post[\'icon\']}')."#i", '{$post[\'mysupport_status\']}{$post[\'icon\']}'); find_replace_templatesets("postbit_classic", "#".preg_quote('{$post[\'icon\']}')."#i", '{$post[\'mysupport_status\']}{$post[\'icon\']}'); find_replace_templatesets("showthread", "#".preg_quote('{$thread[\'threadprefix\']}')."#i", '{$mysupport_status}{$thread[\'threadprefix\']}'); - find_replace_templatesets("header", "#".preg_quote('{$unreadreports}')."#i", '{$unreadreports}{$mysupport_tech_notice}{$mysupport_assign_notice}'); + find_replace_templatesets("header", "#".preg_quote('{$pending_joinrequests}')."#i", '{$pending_joinrequests}{$mysupport_tech_notice}{$mysupport_assign_notice}'); find_replace_templatesets("forumdisplay", "#".preg_quote('{$header}')."#i", '{$header}{$mysupport_priority_classes}'); find_replace_templatesets("search_results_threads ", "#".preg_quote('{$header}')."#i", '{$header}{$mysupport_priority_classes}'); find_replace_templatesets("forumdisplay_thread", "#".preg_quote('{$prefix}')."#i", '{$mysupport_status}{$mysupport_bestanswer}{$mysupport_assigned}{$prefix}');