aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service/Bookmark.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-25 20:06:36 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-25 20:06:36 +0000
commitf327c6a0f1bfc0a6d985c9d476b19d627052377c (patch)
tree7c5fd65d45d693ad07488713ceb6645032d48fa9 /src/SemanticScuttle/Service/Bookmark.php
parent6fad03eb7a3ec3b2ef1c0737901bc46fcc35ca50 (diff)
downloadsemanticscuttle-f327c6a0f1bfc0a6d985c9d476b19d627052377c.tar.gz
semanticscuttle-f327c6a0f1bfc0a6d985c9d476b19d627052377c.tar.bz2
clarification
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@424 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle/Service/Bookmark.php')
-rw-r--r--src/SemanticScuttle/Service/Bookmark.php4
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,