diff --git a/inc/functions.php b/inc/functions.php index c8877b59..a00d62d7 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -905,7 +905,7 @@ } if($config['markup_urls']) { - $body = preg_replace($config['url_regex'], "$0", $body, -1, $num_links); + $body = preg_replace($config['url_regex'], "$0", $body, -1, $num_links); if($num_links > $config['max_links']) error($config['error']['toomanylinks']); }