From 2780e3af30111fb990c224019473d60baa7e3dba Mon Sep 17 00:00:00 2001 From: Moc Date: Sun, 18 May 2014 11:17:28 +0200 Subject: [PATCH] Fix fatal error in menu manager when using SetEnv E_DEV_MEN --- e107_themes/bootstrap3/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_themes/bootstrap3/theme.php b/e107_themes/bootstrap3/theme.php index 7fdcc340c..f291efa3f 100644 --- a/e107_themes/bootstrap3/theme.php +++ b/e107_themes/bootstrap3/theme.php @@ -18,7 +18,7 @@ define('OTHERNEWS_COLS',false); // no tables, only divs. define('OTHERNEWS_LIMIT', 3); // Limit to 3. define('OTHERNEWS2_COLS',false); // no tables, only divs. define('OTHERNEWS2_LIMIT', 3); // Limit to 3. -define('COMMENTLINK', $tp->toGlyph('fa-comment')); +define('COMMENTLINK', e107::getParser()->toGlyph('fa-comment')); define('COMMENTOFFSTRING', ''); define('PRE_EXTENDEDSTRING', '
');