Renamed multiple database tables
This commit is contained in:
@@ -10,7 +10,7 @@ class API_portalsettings extends API
|
||||
{
|
||||
public function updatePortalSettings()
|
||||
{
|
||||
$query = "UPDATE vc_portal_settings SET portal_name = ?, portal_provider_name = ?, admin_auth_methods = ? WHERE portal_uuid = ?";
|
||||
$query = "UPDATE system_settings SET portal_name = ?, portal_provider_name = ?, admin_auth_methods = ? WHERE portal_uuid = ?";
|
||||
$stmt = $this->prepareStatement($query);
|
||||
$stmt->bind_param("ssss", $this->data['portal_name'], $this->data['portal_provider_name'], $this->data['admin_auth_methods'], $this->data['portal_uuid']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user