url_ads: fix it not working
This commit is contained in:
parent
5bf53cb581
commit
3ef2c05bb2
@ -1378,7 +1378,7 @@ function quote($body, $quote=true) {
|
||||
}
|
||||
|
||||
function markup_url($matches) {
|
||||
global $markup_urls;
|
||||
global $config, $markup_urls;
|
||||
|
||||
$url = $matches[1];
|
||||
$after = $matches[2];
|
||||
|
Loading…
Reference in New Issue
Block a user