aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-04 08:35:22 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-04 08:35:22 +0200
commitee647a8845d17a2d17bdedd33dae881b4ebd87b0 (patch)
tree0e891ef6e761c72406e560969bbc283351d18bc1
parentc766284d522206578e7ec154961e0fce456f70c8 (diff)
parent43e41c7d7888d5c8e5504bdd5c427e4f454ffb31 (diff)
downloadwallabag-ee647a8845d17a2d17bdedd33dae881b4ebd87b0.tar.gz
wallabag-ee647a8845d17a2d17bdedd33dae881b4ebd87b0.tar.zst
wallabag-ee647a8845d17a2d17bdedd33dae881b4ebd87b0.zip
Merge pull request #1274 from wallabag/dev1.9.1-b
1.9.1-b
-rwxr-xr-xinc/poche/Database.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Database.class.php b/inc/poche/Database.class.php
index 7ec1602d..b5d4f00a 100755
--- a/inc/poche/Database.class.php
+++ b/inc/poche/Database.class.php
@@ -333,7 +333,7 @@ class Database {
333 $count = count($entries); 333 $count = count($entries);
334 for ($i = 0; $i < $count; $i++) { 334 for ($i = 0; $i < $count; $i++) {
335 $tag_entries = $this->retrieveTagsByEntry($entries[$i]['id']); 335 $tag_entries = $this->retrieveTagsByEntry($entries[$i]['id']);
336 $tags = []; 336 $tags = array();
337 foreach ($tag_entries as $tag) { 337 foreach ($tag_entries as $tag) {
338 $tags[] = $tag[1]; 338 $tags[] = $tag[1];
339 } 339 }