From fa0a79d99246bc82cac5640cf0ecdee214d6545f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Wed, 16 Jan 2013 19:49:26 +0100 Subject: [PATCH] url_ads: fix it not working --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index ded4efaf..c1d6e7b6 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1343,7 +1343,7 @@ function quote($body, $quote=true) { } function markup_url($matches) { - global $markup_urls; + global $config, $markup_urls; $url = $matches[1]; $after = $matches[2];