diff options
Diffstat (limited to 'src/SemanticScuttle/Service/Bookmark.php')
| -rw-r--r-- | src/SemanticScuttle/Service/Bookmark.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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, | 
