X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/10e03b9bac083b8844285ab137f114979874e6e5..21e7415fe5a418ef6dd7f29d3749b11cc9adaa7d:/lib/notestorage.php diff --git a/lib/notestorage.php b/lib/notestorage.php index d802669..7449417 100644 --- a/lib/notestorage.php +++ b/lib/notestorage.php @@ -407,8 +407,8 @@ class NoteStorage 'note_last_change_date' => $note->{'last-change-date'}, 'note_last_metadata_change_date' => $note->{'last-metadata-change-date'}, - 'note_open_on_startup' => $note->{'open-on-startup'}, - 'note_pinned' => $note->pinned, + 'note_open_on_startup' => (int) $note->{'open-on-startup'}, + 'note_pinned' => (int) $note->pinned, 'note_tags' => json_encode($note->tags), 'note_last_sync_revision' => $note->{'last-sync-revision'},