mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-02 06:04:44 -04:00
more fixes
This commit is contained in:
@@ -8,6 +8,7 @@ class ServiceGroup
|
||||
private $name;
|
||||
private $description;
|
||||
private $visibility_id;
|
||||
private $status;
|
||||
|
||||
/**
|
||||
* Constructs servicegroup from its data.
|
||||
@@ -16,7 +17,7 @@ class ServiceGroup
|
||||
* @param String $description tooltip text
|
||||
* @param int $visibility_id how to display group items
|
||||
*/
|
||||
function __construct($id, $name, $description, $visibility_id)
|
||||
function __construct($id, $name, $description, $visibility_id, $status)
|
||||
|
||||
{
|
||||
//TODO: Maybe get data from ID?
|
||||
|
||||
Reference in New Issue
Block a user