From 739bf068937b38e374a9e902ef8e4eb31090c2de Mon Sep 17 00:00:00 2001 From: poonam_b Date: Fri, 21 Jun 2019 16:27:04 +0530 Subject: [PATCH] Issue #48 chore: Log Email details in DB table - Tj Notification --- src/com_tjnotifications/admin/views/logs/view.html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/com_tjnotifications/admin/views/logs/view.html.php b/src/com_tjnotifications/admin/views/logs/view.html.php index 0be87dd6..690da1d7 100644 --- a/src/com_tjnotifications/admin/views/logs/view.html.php +++ b/src/com_tjnotifications/admin/views/logs/view.html.php @@ -8,7 +8,6 @@ defined('_JEXEC') or die; jimport('joomla.application.component.view'); -JLoader::register('TjnotificationsHelper', JPATH_ADMINISTRATOR . '/components/com_tjnotifications/helpers/tjnotifications.php'); use Joomla\CMS\MVC\View\HtmlView; /** @@ -62,7 +61,7 @@ protected function addToolBar() if ($this->canDo->get('core.export')) { - // adding techjoomla library for csv Export + // Adding techjoomla library for csv Export jimport('techjoomla.tjtoolbar.button.csvexport'); $bar = JToolBar::getInstance('toolbar');