mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
fix variable Admin.php
This commit is contained in:
parent
fceb79bdc3
commit
848dcb5caf
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Admin
|
|||
if ($id) {
|
||||
return ORM::for_table('tbl_users')->find_one($id);
|
||||
} else {
|
||||
return [];
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue