mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
commit
ee647a8845
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class Database {
|
||||||
$count = count($entries);
|
$count = count($entries);
|
||||||
for ($i = 0; $i < $count; $i++) {
|
for ($i = 0; $i < $count; $i++) {
|
||||||
$tag_entries = $this->retrieveTagsByEntry($entries[$i]['id']);
|
$tag_entries = $this->retrieveTagsByEntry($entries[$i]['id']);
|
||||||
$tags = [];
|
$tags = array();
|
||||||
foreach ($tag_entries as $tag) {
|
foreach ($tag_entries as $tag) {
|
||||||
$tags[] = $tag[1];
|
$tags[] = $tag[1];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue