Fix for previous
This commit is contained in:
parent
b247dcaf49
commit
3866bafce5
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class Model extends DataModel
|
|||
return [];
|
||||
}
|
||||
|
||||
if ('1' == $this->c->user->viewUsers) {
|
||||
if ($this->c->user->viewUsers) {
|
||||
foreach ($attr as $id => &$cur) {
|
||||
$cur = [
|
||||
'name' => $cur,
|
||||
|
|
Loading…
Add table
Reference in a new issue