aboutsummaryrefslogtreecommitdiff
path: root/services/bookmark2tagservice.php
diff options
context:
space:
mode:
Diffstat (limited to 'services/bookmark2tagservice.php')
-rw-r--r--services/bookmark2tagservice.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/bookmark2tagservice.php b/services/bookmark2tagservice.php
index 268ec66..26abf4a 100644
--- a/services/bookmark2tagservice.php
+++ b/services/bookmark2tagservice.php
@@ -26,8 +26,6 @@ class Bookmark2TagService {
// Make sure that categories is an array of trimmed strings, and that if the categories are
// coming in from an API call to add a bookmark, that underscores are converted into strings.
- trigger_error($GLOBALS['filetypes'].'bbbbbbbbbbbbbbbbbbbbbbbbbbbb');
-
if (!is_array($tags)) {
$tags = trim($tags);
if ($tags != '') {