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
297
stars
90
forks
source link
fix: if editors_check_interval is of string type then cast to integer or null #472
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.
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.