]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
clarification
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 25 Oct 2009 20:06:36 +0000 (20:06 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sun, 25 Oct 2009 20:06:36 +0000 (20:06 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@424 b3834d28-1941-0410-a4f8-b48e95affb8f

src/SemanticScuttle/Service/Bookmark.php

index 3d691d1a9dcbdc87173f743995cc31e322c69e0d..864f920545b4c27a370edb983a4f223009856679 100644 (file)
@@ -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,