From 772501d60039969d9f88f6a181ec025737b7feca Mon Sep 17 00:00:00 2001 From: buckaroo-labs Date: Wed, 20 Dec 2023 15:50:56 -0800 Subject: bug fix Fatal error: Uncaught Error: [] operator not supported for strings in src/SemanticScuttle/Service/Bookmark2Tag.php:117--- src/SemanticScuttle/Service/Bookmark2Tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SemanticScuttle/Service/Bookmark2Tag.php b/src/SemanticScuttle/Service/Bookmark2Tag.php index 2579022..910da48 100644 --- a/src/SemanticScuttle/Service/Bookmark2Tag.php +++ b/src/SemanticScuttle/Service/Bookmark2Tag.php @@ -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 -- cgit v1.2.3-54-g00ecf