Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
files/upload data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2009 at 17:05 UTC
Updated:
30 Jan 2009 at 17:55 UTC
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.