Skip to content

Commit

Permalink
variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Jan 17, 2025
1 parent c458bf2 commit f1a6aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiFlexi/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ public function deleteFromSQL($data = null)
$a2cf = $this->getFluentPDO()->deleteFrom('conffield')->where('app_id', $appId)->execute();

if ($a2cf !== 0) {
$this->addStatusMessage(sprintf(_('%d Config fields removed'), $a2rt), null === $a2rt ? 'error' : 'success');
$this->addStatusMessage(sprintf(_('%d Config fields removed'), $a2cf), null === $a2cf ? 'error' : 'success');
}

$a2cfg = $this->getFluentPDO()->deleteFrom('configuration')->where('app_id', $appId)->execute();
Expand Down

0 comments on commit f1a6aa6

Please sign in to comment.