zhyrohaad / AlasiyaEvE

Public repo for bug tracking the private Alasiya-EvE codebase
2 stars 0 forks source link

Cannot create corporation #131

Open ryllae opened 4 years ago

ryllae commented 4 years ago

Tested on dev eb777b: Try to create a corporation. Leave the URL and description fields blank. Crash.

zhyrohaad commented 4 years ago

there is error in db query in this case. i just happened to notice the logs from creating the ticker "OOPS" ;)

zhyrohaad commented 4 years ago

the url and description fields can be null. there are checks for that. the problem was the ticker name wasnt escaped, which caused problems. this has been corrected.