diff --git a/libraries/joomla/application/component/helper.php b/libraries/joomla/application/component/helper.php index 5ffe0637db..f4e5c9384d 100644 --- a/libraries/joomla/application/component/helper.php +++ b/libraries/joomla/application/component/helper.php @@ -357,7 +357,7 @@ public static function renderComponent($option, $params = array()) $contents = self::executeComponent($path); // Build the component toolbar - if ($path = JApplicationHelper::getPath('toolbar')) + if ($path = JApplicationHelper::getPath('toolbar') && $app->isAdmin()) { // Get the task again, in case it has changed $task = JRequest::getString('task');