forked from leftypol/leftypol
url_ads: fix it not working
This commit is contained in:
parent
5bf53cb581
commit
3ef2c05bb2
1 changed files with 1 additions and 1 deletions
|
@ -1378,7 +1378,7 @@ function quote($body, $quote=true) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function markup_url($matches) {
|
function markup_url($matches) {
|
||||||
global $markup_urls;
|
global $config, $markup_urls;
|
||||||
|
|
||||||
$url = $matches[1];
|
$url = $matches[1];
|
||||||
$after = $matches[2];
|
$after = $matches[2];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue