Browse Source

url_ads: fix it not working

pull/40/head
Marcin Łabanowski 11 years ago
parent
commit
fa0a79d992
  1. 2
      inc/functions.php

2
inc/functions.php

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