summaryrefslogtreecommitdiffstatshomepage
path: root/services/tagstatservice.php
diff options
context:
space:
mode:
Diffstat (limited to 'services/tagstatservice.php')
-rw-r--r--services/tagstatservice.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tagstatservice.php b/services/tagstatservice.php
index fa416f4..ec5f814 100644
--- a/services/tagstatservice.php
+++ b/services/tagstatservice.php
@@ -55,7 +55,7 @@ class TagStatService {
};
}
- function getNbUpdate($tag1, $relationType, $uId) {
+ function getNbUpdates($tag1, $relationType, $uId) {
$query = "SELECT nbupdate FROM `". $this->getTableName() ."`";
$query.= " WHERE tag1 = '" .$tag1 ."'";
$query.= " AND relationType = '". $relationType ."'";