* Adjust code feedback #1422.

This commit is contained in:
liuhong
2022-11-15 08:26:11 +00:00
parent d7f9d55863
commit 13c945cd07
+1 -1
View File
@@ -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;
}