mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +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:
@@ -87,7 +87,7 @@ class person extends Person_model
|
||||
* @param int $personId ID der Person die geladen werden soll.
|
||||
* @return bool
|
||||
**/
|
||||
public function load($personId)
|
||||
public function load($personId = null)
|
||||
{
|
||||
//person_id auf gueltigkeit pruefen
|
||||
if (is_numeric($personId) && $personId != '')
|
||||
|
||||
Reference in New Issue
Block a user