removed comment
This commit is contained in:
parent
5eb3e30114
commit
5c381740ff
@ -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