From 4aeb5e9a96a52389f497b74bfb49e1137e9cb3fa Mon Sep 17 00:00:00 2001 From: zero-24 Date: Wed, 11 Jan 2017 15:17:19 +0100 Subject: [PATCH] Update haraka.php --- haraka.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haraka.php b/haraka.php index 60f8087..5b0786e 100644 --- a/haraka.php +++ b/haraka.php @@ -87,7 +87,7 @@ private function displayHaraka() $countdown_date = $this->params->get('countdown_date', ''); $fonts = $this->params->get('fonts', 'Roboto+Slab|Roboto'); $font = explode("|", $fonts); - $fontcss = str_replace('+',' ', $font); + $fontcss = str_replace('+',' ', $font); $text = $this->params->get('text', '

' . JText::_('PLG_SYSTEM_HARAKA_COMING_SOON') . '

'); $theme = $this->params->get('theme', 'light'); $uri = JUri::getInstance();