mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +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:
@@ -80,7 +80,7 @@ class kontakt extends Kontakt_model
|
||||
* @param $kontakt_id ID des zu ladenden Kontaktes
|
||||
* @return true wenn ok, false im Fehlerfall
|
||||
*/
|
||||
public function load($kontakt_id)
|
||||
public function load($kontakt_id = null)
|
||||
{
|
||||
if(!is_numeric($kontakt_id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user