Fatal error: Uncaught Error: [] operator not supported for strings in src/SemanticScuttle/Service/Bookmark2Tag.php:117
This commit is contained in:
buckaroo-labs 2023-12-20 15:50:56 -08:00 committed by GitHub
parent 0eb9afa587
commit 772501d600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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