ONLYOFFICE / onlyoffice-owncloud

The app which enables the users to edit office documents from ownCloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to ownCloud
Apache License 2.0
301 stars 91 forks source link

fix: if editors_check_interval is of string type then cast to integer or null #472

Closed rivexe closed 5 months ago

rivexe commented 5 months ago

We can set the value of a variable either manually, in config.php, or with the occ command. Therefore, the parameter value can be of different types. We now check that the check_interval editors are of type string and that the value is a string, which is usually cast to an int.