bug fix
Fatal error: Uncaught Error: [] operator not supported for strings in src/SemanticScuttle/Service/Bookmark2Tag.php:117
This commit is contained in:
parent
0eb9afa587
commit
772501d600
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class SemanticScuttle_Service_Bookmark2Tag extends SemanticScuttle_DbService
|
|||
$tags = array_values($temp);
|
||||
} else {
|
||||
// Unfiled
|
||||
$tags[] = 'system:unfiled';
|
||||
$tags = array('system:unfiled');
|
||||
}
|
||||
|
||||
// Media and file types
|
||||
|
|
Loading…
Reference in a new issue