Fix typo breaking provisioning/create/
This commit is contained in:
parent
3668a60139
commit
717d322dc8
|
@ -34,9 +34,7 @@ class ProvisioningHelper
|
||||||
try {
|
try {
|
||||||
|
|
||||||
$this->parsePostParams();
|
$this->parsePostParams();
|
||||||
|
|
||||||
if (empty($this->instanceId))
|
|
||||||
|
|
||||||
//For security, the Airtime Pro provisioning system creates the database for the user.
|
//For security, the Airtime Pro provisioning system creates the database for the user.
|
||||||
// $this->setNewDatabaseConnection();
|
// $this->setNewDatabaseConnection();
|
||||||
//if ($this->checkDatabaseExists()) {
|
//if ($this->checkDatabaseExists()) {
|
||||||
|
|
Loading…
Reference in New Issue