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:
parent
3cae683817
commit
36fae20d93
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ class Tag2TagService {
|
||||||
}
|
}
|
||||||
|
|
||||||
// and save in cache
|
// and save in cache
|
||||||
if($activatedCache == true) {
|
if($activatedCache == true && $uId>0) {
|
||||||
$tcs->updateTag($tag1, $relationType, $output, $uId);
|
$tcs->updateTag($tag1, $relationType, $output, $uId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue