summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar buckaroo-labs2023-12-20 15:50:56 -0800
committerGravatar GitHub2023-12-20 15:50:56 -0800
commit772501d60039969d9f88f6a181ec025737b7feca (patch)
treee7af05cf0bef5c39b6f29875754dee200112e91c
parent0eb9afa587182149648a2496e5b8213883087989 (diff)
downloadscuttle-772501d60039969d9f88f6a181ec025737b7feca.tar.gz
scuttle-772501d60039969d9f88f6a181ec025737b7feca.zip
bug fix
Fatal error: Uncaught Error: [] operator not supported for strings in src/SemanticScuttle/Service/Bookmark2Tag.php:117
-rw-r--r--src/SemanticScuttle/Service/Bookmark2Tag.php2
1 files changed, 1 insertions, 1 deletions
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