From 86dafb255a94178e35b7221887763803d4cc863e Mon Sep 17 00:00:00 2001 From: konrad Date: Tue, 30 May 2017 21:33:59 +0200 Subject: [PATCH] bla --- wallabag-export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wallabag-export.php b/wallabag-export.php index ea27c7e..53a5249 100644 --- a/wallabag-export.php +++ b/wallabag-export.php @@ -18,12 +18,12 @@ $entries = $db->data; foreach($entries as $entry) { $db->setCol('wallabag_entry_tag'); - $db->data['entry_id'] = $entry['id'] + $db->data['entry_id'] = $entry['id']; $db->get(); $tags_entry = []; foreach($db->data as $tag_entry) { - $tags_entry[] = $tags[$tag_entry['tag_id']]['label'] + $tags_entry[] = $tags[$tag_entry['tag_id']]['label']; } $entries_export[] = [