ONLYOFFICE / onlyoffice-nextcloud

The app which enables the users to edit office documents from Nextcloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to Nextcloud
GNU Affero General Public License v3.0
541 stars 149 forks source link

editors check interval fix #965

Closed rivexe closed 3 months ago

rivexe commented 3 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.