Merge branch 'main' of http://git.pb.bib.de/PBBFA23CIV/EIANotesApp
This commit is contained in:
commit
6dbca7cbd4
@ -98,7 +98,7 @@ class NotesModel extends Database
|
|||||||
$checkParams = $this->isAdmin() ? [$noteId] : [$noteId, $userId];
|
$checkParams = $this->isAdmin() ? [$noteId] : [$noteId, $userId];
|
||||||
$checkStmt->execute($checkParams);
|
$checkStmt->execute($checkParams);
|
||||||
if ($checkStmt->fetch()) {
|
if ($checkStmt->fetch()) {
|
||||||
return ['success' => true, 'message' => 'No changes made to the note.']; // Or false if you prefer
|
return ['success' => true, 'message' => 'No changes made to the note.'];
|
||||||
}
|
}
|
||||||
return ['success' => false, 'message' => 'Note not found or permission denied.'];
|
return ['success' => false, 'message' => 'Note not found or permission denied.'];
|
||||||
} catch (PDOException $e) {
|
} catch (PDOException $e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user