diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php
index a021f3b2b..9e387137f 100644
--- a/e107_handlers/e_parse_class.php
+++ b/e107_handlers/e_parse_class.php
@@ -3569,9 +3569,17 @@ class e_parser
//$text = preg_replace('/\[(i_[\w]*)\]/',"", $text);
// return $text;
}
-
+ /**
+ * @param $text
+ * @return string
+ */
+ public function toBadge($text)
+ {
+ return "".$text."";
+ }
+
/**