From 13c945cd073cc28af10bfb195334863e3136c2bc Mon Sep 17 00:00:00 2001 From: liuhong Date: Tue, 15 Nov 2022 08:26:11 +0000 Subject: [PATCH] * Adjust code feedback #1422. --- module/branch/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/branch/model.php b/module/branch/model.php index 47bbc4f4ed..5c62d826d8 100644 --- a/module/branch/model.php +++ b/module/branch/model.php @@ -126,7 +126,7 @@ class branchModel extends model if($executionID) { - $branches = array('0' => $this->lang->branch->main, 'all' => $this->lang->branch->all) + $branches; + $branches = array('all' => $this->lang->branch->all, '0' => $this->lang->branch->main) + $branches; return $branches; }