fix variable Admin.php
This commit is contained in:
parent
fceb79bdc3
commit
848dcb5caf
@ -51,7 +51,7 @@ class Admin
|
|||||||
if ($id) {
|
if ($id) {
|
||||||
return ORM::for_table('tbl_users')->find_one($id);
|
return ORM::for_table('tbl_users')->find_one($id);
|
||||||
} else {
|
} else {
|
||||||
return [];
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user