aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/tagservice.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/tagservice.php b/services/tagservice.php
index fbb7fa3..47f82d6 100644
--- a/services/tagservice.php
+++ b/services/tagservice.php
@@ -72,6 +72,7 @@ class TagService {
$query.= ' WHERE tag="'.$oldName.'"';
$query.= ' AND uId="'.$uId.'"';
$this->db->sql_query($query);
+ return true;
}