diff options
Diffstat (limited to 'services/tag2tagservice.php')
-rw-r--r-- | services/tag2tagservice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tag2tagservice.php b/services/tag2tagservice.php index 8b2b731..bf4f866 100644 --- a/services/tag2tagservice.php +++ b/services/tag2tagservice.php @@ -62,7 +62,7 @@ class Tag2TagService { $query.= " AND uId = '".$uId."'"; } //die($query); - if (! ($dbresult =& $this->db->sql_query_limit($query, $limit)) ){ + if (! ($dbresult =& $this->db->sql_query($query)) ){ message_die(GENERAL_ERROR, 'Could not get related tags', '', __LINE__, __FILE__, $query, $this->db); return false; } |