]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove new syntax for array 1272/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 4 Aug 2015 04:29:57 +0000 (06:29 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 4 Aug 2015 04:29:57 +0000 (06:29 +0200)
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];
               }