From: mensonge Date: Fri, 19 Dec 2008 00:13:37 +0000 (+0000) Subject: Bug fix: correct cache behaviour X-Git-Tag: v0.91~4 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=36fae20d937c53ad97e0130a959a7401b3c1c0ad;p=semanticscuttle.git Bug fix: correct cache behaviour git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@208 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/services/tag2tagservice.php b/services/tag2tagservice.php index 9d94e2c..01df423 100644 --- a/services/tag2tagservice.php +++ b/services/tag2tagservice.php @@ -146,7 +146,7 @@ class Tag2TagService { } // and save in cache - if($activatedCache == true) { + if($activatedCache == true && $uId>0) { $tcs->updateTag($tag1, $relationType, $output, $uId); }