Opened 9 years ago
Closed 9 years ago
#7002 closed defect (bug) (fixed)
background-image: url(); on member pages without a cover image
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.0 |
Component: | Members | Keywords: | has-patch |
Cc: |
Description (last modified by )
If cover image is deleted, the array key is isset() and we will render an empty style background: url();, we need to check if array key value is empty.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Confirmed - good catch.
Should we not do both
isset() && !empty()
?