mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-06 14:44:24 +01:00
url_ads: fix it not working
This commit is contained in:
parent
6cfe6acab7
commit
de696ba11b
@ -1343,7 +1343,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…
x
Reference in New Issue
Block a user