Skip to content

Commit

Permalink
Fix for query option in sequence element
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Jun 24, 2019
1 parent 3d301d3 commit 30e0d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fabrik_element/sequence/sequence.php
Expand Up @@ -135,7 +135,7 @@ private function getSequence($data = array())
if ($method !== 'pk')
{
$db = JFactory::getDbo();
$sequenceQuery = $params->get('sequence_query', 'load');
$sequenceQuery = $params->get('sequence_query', '');

if (!empty($sequenceQuery))
{
Expand Down

0 comments on commit 30e0d4c

Please sign in to comment.