|
@@ -179,7 +179,7 @@ |
|
|
block discarded – undo |
|
179
|
179
|
$data = ['cur_sequence' => $actualSequence]; |
|
180
|
180
|
$this->set('cur_sequence', $actualSequence); |
|
181
|
181
|
if ($value = $this->getRelatedValue()) { |
|
182
|
|
- $dbCommand->upsert('u_#__modentity_sequences', ['tabid' => $this->get('tabid'), 'value' => $value, 'cur_id' => $reqNo], ['cur_id' => $reqNo])->execute(); |
|
|
182
|
+ $dbCommand->upsert('u_#__modentity_sequences', ['tabid' => $this->get('tabid'), 'value' => $value, 'cur_id' => $reqNo], ['cur_id' => $reqNo])->execute(); |
|
183
|
183
|
} else { |
|
184
|
184
|
$data['cur_id'] = $reqNo; |
|
185
|
185
|
$this->set('cur_id', $reqNo); |
Please login to merge, or discard this patch.