A lot of code cleanup and code sanitation done.
This commit is contained in:
@@ -32,7 +32,7 @@ class API_usersavatar extends API
|
||||
user_profile_picture_thumbnail = ?
|
||||
WHERE user_uuid = ?";
|
||||
|
||||
$stmt = $stmt = $this->prepareStatement($query);
|
||||
$stmt = $this->prepareStatement($query);
|
||||
$stmt->bind_param("sss",
|
||||
$this->data['user_profile_picture'],
|
||||
$this->data['user_profile_picture_thumbnail'],
|
||||
|
||||
Reference in New Issue
Block a user