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 22160db commit 52caa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com_tjnotifications/admin/models/logs.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ protected function populateState($ordering = 'tjl.id', $direction = 'desc')
parent::populateState($ordering, $direction);

// Get pagination request variables
$limit = $app->getUserStateFromRequest('global.list.limit', 'limit', $app->getCfg('list_limit'), 'int');
$limit = $app->getUserStateFromRequest('global.list.limit', 'limit', $app->getCfg('list_limit'), 'int');
$limitstart = Factory::getApplication()->input->post->get('limitstart');

// In case limit has been changed, adjust it
Expand Down

0 comments on commit 52caa47

Please sign in to comment.