diff --git a/inc/functions.php b/inc/functions.php index 44d526f1..4a70da32 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -212,7 +212,7 @@ } function markup(&$body) { - global $sql; + global $sql, $board; if(AUTO_UNICODE) { $body = str_replace('...', '…', $body);