Provision Socket Calls
This commit is contained in:
@@ -796,7 +796,7 @@ class Provision extends BaseController
|
||||
$percent_completed = 10;
|
||||
$mysql_find = "SELECT * FROM provision_actions WHERE product_uid = '$provisionUID' ORDER BY id DESC limit 1";
|
||||
$query_find = $this->db->query($mysql_find);
|
||||
$row = $query_find->getResult();
|
||||
$row = $query_find->getResult('array');
|
||||
|
||||
if (count($row) > 0) {
|
||||
$percent_completed = (int) $row['percent_completed'];
|
||||
|
||||
Reference in New Issue
Block a user