otetard / ownpad

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

Undefined variable: session #55

Closed william-p closed 6 years ago

william-p commented 6 years ago

On Nextcloud 13 with Docker:

Undefined variable: session at /var/www/html/apps/ownpad/lib/Controller/DisplayController.php#163

session was not defined before conditional branch: https://github.com/otetard/ownpad/blob/f6edc9ddfe020ed3eb8ecd06da99c221dc5f5a61/lib/Controller/DisplayController.php#L89

Anyway, no visible issue in web interface.

Thanks