mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
Added return false to function akzeptiert in document.class
Method is expected to return boolean true or false. False was missing.
This commit is contained in:
@@ -826,6 +826,7 @@ class dokument extends basis_db
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user