Yosodog / game

2 stars 1 forks source link

Edit alliance page throws exception #44

Closed Yosodog closed 7 years ago

Yosodog commented 7 years ago

Trying to get property of non-object (View: C:\Sites\game\resources\views\alliance\edit.blade.php)

Not descriptive exception, but something is trying to be accessed and it doesn't exist.

Yosodog commented 7 years ago

Seems this is thrown when someone not in the alliance tries to access the edit page. Probably a good idea to throw some validation before all the edit shit to make sure they're in the alliance and have permissions to edit the alliance. @LordStrum

LordStrum commented 7 years ago

Fixed, will be submitted in a later pull request.