If CC's API is down when attempting to get a list of locales, the system throws an Exception when attempting to create the SimpleXML object from an empty string. The Exception is uncaught, so a Fatal Error occurs.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | creativecommons_locale_error-1110898.patch | 997 bytes | mpetrovic |
Comments
Comment #1
mpetrovic commentedpatch attached
Just wrapping the SimpleXML constructor in a try..catch block.