IndustrialDragonfly / DEdC

Collaborative DFD Editor
MIT License
6 stars 1 forks source link

Controller should handle cases where no authentication info is given #83

Closed jacob-swanson closed 10 years ago

jacob-swanson commented 10 years ago

Right now creating a new User in controller is causing PHP to crash due to a call on a null object in Request.

eugene-davis commented 10 years ago

Now correctly emits an authentication error rather than crashing.