diff --git a/library/includes/page_footer.php b/library/includes/page_footer.php index 4d561a248..689129a6b 100644 --- a/library/includes/page_footer.php +++ b/library/includes/page_footer.php @@ -62,10 +62,10 @@ if ($show_dbg_info) { } $stat .= '  ]'; - $stat .= ' -   - '; - $stat .= !empty($_COOKIE['sql_log']) ? ' [ wrap · max ·  ]' : ''; + $stat .= !empty($_COOKIE['sql_log']) ? ' [ wrap · max ] |' : ''; + $stat .= '  | +  | + '; echo '
' . $stat . '
'; } diff --git a/library/includes/ucp/topic_watch.php b/library/includes/ucp/topic_watch.php index 9c6ef028d..4ce7e0aa1 100644 --- a/library/includes/ucp/topic_watch.php +++ b/library/includes/ucp/topic_watch.php @@ -7,7 +7,7 @@ * @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License */ -if (empty($bb_cfg['topic_notify_enabled'])) { +if (!$bb_cfg['topic_notify_enabled']) { bb_die($lang['DISABLED']); }