Fix provisioning
This commit is contained in:
parent
a338616aca
commit
0b6fb9882a
|
@ -112,9 +112,13 @@ class ProvisioningHelper
|
||||||
$this->dbowner = $_POST['dbowner'];
|
$this->dbowner = $_POST['dbowner'];
|
||||||
$this->instanceId = $_POST['instanceid'];
|
$this->instanceId = $_POST['instanceid'];
|
||||||
|
|
||||||
|
if (isset($_POST['station_name'])) {
|
||||||
$this->stationName = $_POST['station_name'];
|
$this->stationName = $_POST['station_name'];
|
||||||
|
}
|
||||||
|
if (isset($_POST['description'])) {
|
||||||
$this->description = $_POST['description'];
|
$this->description = $_POST['description'];
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set up a new database connection based on the parameters in the request
|
* Set up a new database connection based on the parameters in the request
|
||||||
|
|
Loading…
Reference in New Issue