Form.cc: avoid crash in ensureFontsForAllCharacters()
code was assuming we would always have any of fieldResources
or defaultResources
to operate on. It happens there may be
none of them.
Fixes #1383 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
code was assuming we would always have any of fieldResources
or defaultResources
to operate on. It happens there may be
none of them.
Fixes #1383 (closed)