fixes some data handling errors in controller functions

This commit is contained in:
SimonGschnell
2024-02-12 09:07:51 +01:00
parent 90012856dc
commit b21d3448cb
3 changed files with 11 additions and 8 deletions
@@ -51,6 +51,7 @@ class Profil_update_model extends DB_Model
//? queries the tbl_profil_updates without permissions of the user
public function getProfilUpdatesWhere($whereClause){
$res = $this->loadWhere($whereClause);
if(isError($res)){
return error("Could not load public.tbl_profil_update with whereClause");