Fixes T9000, sets a variable.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9000: Not entering a Name for a room loses the First Message section
- Commits
- Restricted Diffusion Commit
rP38259f0cc26f: Don't reset message if missing Room Title in New Conpherence Room
Try to make a new room without a title, but with a message.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/conpherence/controller/ConpherenceNewRoomController.php | ||
---|---|---|
40 | This test should probably be if (strlen($v_message)) -- users may not be able to send the message "0" (no quotes) otherwise because of PHP being special. |