From f327c6a0f1bfc0a6d985c9d476b19d627052377c Mon Sep 17 00:00:00 2001 From: cweiske Date: Sun, 25 Oct 2009 20:06:36 +0000 Subject: clarification git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@424 b3834d28-1941-0410-a4f8-b48e95affb8f --- src/SemanticScuttle/Service/Bookmark.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SemanticScuttle/Service/Bookmark.php') diff --git a/src/SemanticScuttle/Service/Bookmark.php b/src/SemanticScuttle/Service/Bookmark.php index 3d691d1..864f920 100644 --- a/src/SemanticScuttle/Service/Bookmark.php +++ b/src/SemanticScuttle/Service/Bookmark.php @@ -286,10 +286,10 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService unset($uriparts); $b2tservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag'); - $aok = $b2tservice->attachTags( + $attachok = $b2tservice->attachTags( $bId, $tags, $fromApi, $extension, false, $fromImport ); - if (!$aok) { + if (!$attachok) { $this->db->sql_transaction('rollback'); message_die( GENERAL_ERROR, -- cgit v1.2.3