Sciebo-RDS / nextcloud-rds

The Sciebo RDS Nextcloud app.
3 stars 0 forks source link

Add int return to execute() of Commands #17

Open sunetfreitag opened 9 months ago

sunetfreitag commented 9 months ago

Newer versions of Nextcloud require execute() to return int values. returning 0 (or appropriate error codes if available) at the end of every execute() in CreateKeys.php, Reset.php, SetOauthname.php, SetUrl.php would solve this.