Skip to content

Commit

Permalink
Issue techjoomla#48 chore: Log Email details in DB table
Browse files Browse the repository at this point in the history
  • Loading branch information
punambaravkar committed Jul 2, 2019
1 parent 102d3b2 commit dc8b615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com_tjnotifications/admin/views/logs/tmpl/body.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$jinput = Factory::getApplication()->input;
$logId = $jinput->get('id', 0, 'INT');

if($logId)
if ($logId)
{
Table::addIncludePath(JPATH_ADMINISTRATOR . '/components/com_tjnotifications/tables');
$logTable = Table::getInstance('Log', 'TjnotificationsTable');
Expand Down

0 comments on commit dc8b615

Please sign in to comment.