another loose global
git-svn-id: file:///home/shish/svn/shimmie2/trunk@995 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
09b2be6830
commit
8074be77a7
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class Emoticons extends Extension {
|
|||
}
|
||||
|
||||
private function bbcode_to_html($text) {
|
||||
global $config;
|
||||
$data_href = get_base_href();
|
||||
$text = preg_replace("/:([a-z]*?):/s", "<img src='$data_href/ext/emoticons/default/\\1.gif'>", $text);
|
||||
return $text;
|
||||
|
|
Reference in a new issue