]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1274 from wallabag/dev 1.9.1-b
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 4 Aug 2015 06:35:22 +0000 (08:35 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 4 Aug 2015 06:35:22 +0000 (08:35 +0200)
1.9.1-b

inc/poche/Database.class.php

index 7ec1602db48d869c6d35c16a5c0e6a4f23c53fe6..b5d4f00a90a722bfd8ccbdac231df25fca6d6da0 100755 (executable)
@@ -333,7 +333,7 @@ class Database {
             $count = count($entries);
             for ($i = 0; $i < $count; $i++) {
               $tag_entries = $this->retrieveTagsByEntry($entries[$i]['id']);
-              $tags = [];
+              $tags = array();
               foreach ($tag_entries as $tag) {
                 $tags[] = $tag[1];
               }