mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
The method loadWhole has been removed from model DB_Model.
The same functionality has given by calling the load method without parameters
This commit is contained in:
@@ -67,7 +67,7 @@ class mitarbeiter extends benutzer
|
||||
* @param $uid
|
||||
* @return true wenn ok, sonst false
|
||||
*/
|
||||
public function load($uid)
|
||||
public function load($uid = null)
|
||||
{
|
||||
if(!benutzer::load($uid))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user