While rendering a file size module doesn't check if a numeric value equals NULL (ex.: node doesn't contain file, but views still tries to calculate it's size)
file: views_handler_field.inc
Provided patch fixes this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| views_handler_field.patch | 611 bytes | akhodakovskiy |
Comments
Comment #1
merlinofchaos commentedMarking this as a dup of http://drupal.org/node/366666 because I like that patch better (no extraneous comments =) -- they are fundamentally the same code, though.