Issues found in the demo meeting solved

This commit is contained in:
Julio Cesar Laura
2014-10-31 16:37:50 -04:00
parent 3bcee2aff4
commit 410d000205
5 changed files with 13 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ class newSiteProxy extends HttpProxyController
$dbRb = $result['result']['database']['ao']['ao_db_rb']['status'];
$dbRp = $result['result']['database']['ao']['ao_db_rp']['status'];
$wsAction = ($action != '') ? 1 : 0;
if ($dbWf && $dbRb && $dbRp && $action) {
if ($dbWf && $action) {
$this->success = true;
//echo $json->encode($result);
} else {