From 8074be77a76adb3ded02c3f2dc673d689871b61c Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 22 Aug 2008 13:10:22 +0000 Subject: [PATCH] another loose global git-svn-id: file:///home/shish/svn/shimmie2/trunk@995 7f39781d-f577-437e-ae19-be835c7a54ca --- contrib/emoticons/main.php | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/emoticons/main.php b/contrib/emoticons/main.php index f7064e44..c1d5e181 100644 --- a/contrib/emoticons/main.php +++ b/contrib/emoticons/main.php @@ -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", "", $text); return $text;