git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@227 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
50a8a5b232
commit
413f75cb21
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ class Bookmark2TagService {
|
||||||
// Make sure that categories is an array of trimmed strings, and that if the categories are
|
// 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.
|
// 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)) {
|
if (!is_array($tags)) {
|
||||||
$tags = trim($tags);
|
$tags = trim($tags);
|
||||||
if ($tags != '') {
|
if ($tags != '') {
|
||||||
|
|
Loading…
Reference in a new issue