Skip to content

Commit c67f7c8

Browse files
update
1 parent 5758cb6 commit c67f7c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/appadmin/modules/AppadminbaseBlock.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,12 @@ public function getTableTbody()
521521
public function getTableTbodyHtml($data)
522522
{
523523
$fields = $this->getTableFieldArr();
524-
$str .= '';
524+
$str = '';
525525
$csrfString = CRequest::getCsrfString();
526526
foreach ($data as $one) {
527527
$str .= '<tr target="sid_user" rel="'.$one[$this->_primaryKey].'">';
528528
$str .= '<td><input name="'.$this->_primaryKey.'s" value="'.$one[$this->_primaryKey].'" type="checkbox"></td>';
529-
foreach ($fileds as $field) {
529+
foreach ($fields as $field) {
530530
$orderField = $field['orderField'];
531531
$display = $field['display'];
532532
$val = $one[$orderField];

0 commit comments

Comments
 (0)