Skip to content

Commit

Permalink
Issue techjoomla#48 chore: Log Email details in DB table - Tj Notific…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
punambaravkar committed Jun 21, 2019
1 parent 3c39ac8 commit 739bf06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com_tjnotifications/admin/views/logs/view.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit 739bf06

Please sign in to comment.