mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 20:39:44 +01:00
Don't cast status to int. Fixes #2563
This commit is contained in:
parent
bf2b45e2f7
commit
eb08648dca
@ -123,7 +123,7 @@ final class UpdateComponentCommand
|
||||
$this->component = $component;
|
||||
$this->name = $name;
|
||||
$this->description = $description;
|
||||
$this->status = (int) $status;
|
||||
$this->status = $status;
|
||||
$this->link = $link;
|
||||
$this->order = $order;
|
||||
$this->group_id = $group_id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user