fixed storage of domain_count

This commit is contained in:
Matthew Vale 2015-12-03 11:55:40 +00:00
parent edb4c43014
commit 3f5a43a356
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ require_once "root.php";
$this->_domain_uuid = $_SESSION['domain_uuid'];
// collect misc info
$this->domain_count = count($_SESSION["domains"]);
$this->_domain_count = count($_SESSION["domains"]);
// collect db_info
global $db_type, $db_path, $db_host, $db_port, $db_name, $db_username, $db_password;