clarification
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@424 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
6fad03eb7a
commit
f327c6a0f1
1 changed files with 2 additions and 2 deletions
|
@ -286,10 +286,10 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
|
||||||
unset($uriparts);
|
unset($uriparts);
|
||||||
|
|
||||||
$b2tservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag');
|
$b2tservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag');
|
||||||
$aok = $b2tservice->attachTags(
|
$attachok = $b2tservice->attachTags(
|
||||||
$bId, $tags, $fromApi, $extension, false, $fromImport
|
$bId, $tags, $fromApi, $extension, false, $fromImport
|
||||||
);
|
);
|
||||||
if (!$aok) {
|
if (!$attachok) {
|
||||||
$this->db->sql_transaction('rollback');
|
$this->db->sql_transaction('rollback');
|
||||||
message_die(
|
message_die(
|
||||||
GENERAL_ERROR,
|
GENERAL_ERROR,
|
||||||
|
|
Loading…
Reference in a new issue