Skip to content

Commit 2a5f3e9

Browse files
committed
Merge branch '1.x-dev' of gitee.com:fastadminnet/fastadmin into 1.x-dev
2 parents 9d92273 + 4619bde commit 2a5f3e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

application/admin/command/Crud.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,7 @@ protected function getItemArray($item, $field, $comment)
15711571
$valArr = explode('=', $v);
15721572
if (count($valArr) == 2) {
15731573
list($key, $value) = $valArr;
1574+
$key = trim($key);
15741575
$itemArr[$key] = $field . ' ' . $key;
15751576
}
15761577
}

0 commit comments

Comments
 (0)