Skip to content

Commit

Permalink
Import the 'tags' property as tags also.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 5, 2014
1 parent 301dc1f commit b60faae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trean/lib/Data/Json.php
Expand Up @@ -68,7 +68,7 @@ protected function _parseBookmarks($data, $container = null)
}
}
}
$tags = array();
$tags = !empty($child->tags) ? explode(',', $child->tags) : array();
$current_parent = $container->parent;
while (!empty($current_parent)) {
if (!empty($this->_tagMap[$current_parent])) {
Expand Down

0 comments on commit b60faae

Please sign in to comment.