mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
App is compliant - awesome job!
This commit is contained in:
@@ -171,7 +171,7 @@ class NoteController extends Controller {
|
||||
foreach ($dbTags as $dbTag) {
|
||||
$delete = true;
|
||||
foreach ($tags as $tag) {
|
||||
if ($dbTag->getId() == $tag['id']) {
|
||||
if ($dbTag->getId() === $tag['id']) {
|
||||
$delete = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user