Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-11-05 10:37:29 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-05 10:37:29 +0300
commit7999b36e35487a0e1fdc303dc2f98c4ac9fc8f2a (patch)
tree54aed18c72d37a502e683303046071768b42b60e /plugins/Annotations
parent07dabe2400626c6855dcf5b3d4f390125f0b6e30 (diff)
refs #6508 Now we will purge only the right monthly archive_numeric table and also only for the websites IDs that were invalidated
Diffstat (limited to 'plugins/Annotations')
-rwxr-xr-xplugins/Annotations/AnnotationList.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Annotations/AnnotationList.php b/plugins/Annotations/AnnotationList.php
index cf068e6f35..f51a5e86ce 100755
--- a/plugins/Annotations/AnnotationList.php
+++ b/plugins/Annotations/AnnotationList.php
@@ -440,7 +440,7 @@ class AnnotationList
public static function canUserAddNotesFor($idSite)
{
return Piwik::isUserHasViewAccess($idSite)
- && !Piwik::isUserIsAnonymous($idSite);
+ && !Piwik::isUserIsAnonymous();
}
/**