1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 04:31:23 +01:00

url_ads: fix it not working

This commit is contained in:
Marcin Łabanowski 2013-01-16 19:49:26 +01:00 committed by Michael Foster
parent f42121db4a
commit 61c0280288

View File

@ -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];