Steps to Reproduce
This bug only occurs on mobile
- Go to any Conpherence room.
- Tap on the menu icon in the top bar.
- Tap Edit Room.
What Happens
An unhandled exception (RuntimeException) will occur.
Possible Cause
The URI for editing Conpherence rooms is something like phorge.example/conpherence/edit/2, but on mobile, it is phorge.example/conpherence/update/2. This could be attributed to line 207 on ConpherenceUpdateController.php