Bug fix: correct cache behaviour

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@208 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
mensonge 2008-12-19 00:13:37 +00:00
parent 3cae683817
commit 36fae20d93

View File

@ -146,7 +146,7 @@ class Tag2TagService {
}
// and save in cache
if($activatedCache == true) {
if($activatedCache == true && $uId>0) {
$tcs->updateTag($tag1, $relationType, $output, $uId);
}