Browse Source

url_ads: fix it not working

pull/40/head
Marcin Łabanowski 11 years ago
committed by Michael Foster
parent
commit
3ef2c05bb2
  1. 2
      inc/functions.php

2
inc/functions.php

@ -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…
Cancel
Save