1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Allow glyphs even without bootstrap.

This commit is contained in:
Cameron
2017-01-12 12:28:37 -08:00
parent 775060b94f
commit ee56597270

View File

@@ -3536,7 +3536,7 @@ class e_parser
public function toGlyph($text, $space=" ")
{
if(!deftrue('BOOTSTRAP') || empty($text))
if(empty($text))
{
return false;
}