mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-03 07:04:07 +01:00
* [MOD] Improved parsing request data
This commit is contained in:
@@ -137,6 +137,6 @@ class ClientData extends DataModelBase implements DataModelInterface
|
||||
*/
|
||||
public function setIsGlobal($isGlobal)
|
||||
{
|
||||
$this->isGlobal = (bool)$isGlobal;
|
||||
$this->isGlobal = (int)$isGlobal;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user