summaryrefslogtreecommitdiffstatshomepage
path: root/admin.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-05-26 15:53:07 +0000
committerGravatar mensonge2009-05-26 15:53:07 +0000
commit12fdaddf6ae1d9c1ece8afffea6017709c742f18 (patch)
tree4669a8e2f71e72d5be87cca13aa0d437b51122a2 /admin.php
parentab7d79e4c0a9f5a6bb2b1cc2a4608b47670724ef (diff)
downloadscuttle-12fdaddf6ae1d9c1ece8afffea6017709c742f18.tar.gz
scuttle-12fdaddf6ae1d9c1ece8afffea6017709c742f18.zip
Bug fix: allow deleting links between tags when deleting a user.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@339 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'admin.php')
-rw-r--r--admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.php b/admin.php
index 6061565..b57b568 100644
--- a/admin.php
+++ b/admin.php
@@ -56,7 +56,7 @@ if ( $action
$uId = $userinfo['uId'];
$tagcacheservice->deleteByUser($uId);
- $tag2tagservice->removeLinkedTags('','','',$uId);
+ $tag2tagservice->removeLinkedTagsForUser($uId);
$userservice->deleteUser($uId);
$bookmark2tagservice->deleteTagsForUser($uId);
$commondescriptionservice->deleteDescriptionsForUser($uId);