Fix: No response toast anymore. Changed bootstrap-notify with Toastify.js due to CSP restrictions.
This commit is contained in:
@@ -51,7 +51,5 @@ class API_portalsettings extends API
|
||||
|
||||
$stmt = $this->pdo->prepare($query);
|
||||
$stmt->execute($params);
|
||||
|
||||
$this->apiOutput(200, ['success' => 'portal settings updated successfully.']);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user