otetard / ownpad

Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.
GNU Affero General Public License v3.0
58 stars 24 forks source link

Undefined variable: ownpad_mimetype_ec_configured & ownpad_mimetype_ep_configured #61

Closed ximex closed 6 years ago

ximex commented 6 years ago

Undefined variable: ownpad_mimetype_ep_configured at /var/www/www.example.com/apps/ownpad/lib/Settings/AdminSettings.php#57 Undefined variable: ownpad_mimetype_ec_configured at /var/www/www.example.com/apps/ownpad/lib/Settings/AdminSettings.php#58

This two vars should be initialized before the checks. Couldn't reproduce this logs until now

PHP: 7.1 Nextcloud: v13.0.1 Ownpad: v0.6.6

otetard commented 6 years ago

Thanks for the bug report @ximex. Is this issue fixed with e8b1be669b701ef7132443946df5250718efe043?