mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
111 stars 45 forks source link

Undefined index: time_format when updating account preferences #239

Open malivix opened 8 years ago

malivix commented 8 years ago
ErrorException in AccountController.php line 567:
Undefined index: time_format
euantorano commented 8 years ago

Hi,

What did you do to cause this error? Simply providing the error message isn't of much help when working out the cause of a bug.

malivix commented 8 years ago

when select time format in account/preferences then update preferencesshow that error if again go to account/preferences dont stored that setthing then if dont select time format i think should set default setthimg for time format

euantorano commented 8 years ago

Hi,

I think it's more a problem with our validation rules, which are in the wrong place anyway (they should be in a request class).