Apparently the subscription status is not always set.
if ($subscription['active']) {
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1134752-3-D7.patch | 889 bytes | pwolanin |
| #3 | 1134752-3-D6.patch | 889 bytes | pwolanin |
| #1 | 1134752-1-D6.patch | 902 bytes | pwolanin |
Apparently the subscription status is not always set.
if ($subscription['active']) {
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1134752-3-D7.patch | 889 bytes | pwolanin |
| #3 | 1134752-3-D6.patch | 889 bytes | pwolanin |
| #1 | 1134752-1-D6.patch | 902 bytes | pwolanin |
Comments
Comment #1
pwolanin commentedcommitted this to 6.x
Comment #2
pwolanin commentedbug doesn't exist in 7.x
Comment #3
pwolanin commentedactually, there is another spot. Though looking at the code, I think this might only be occurring if there is an xml-rpc error such that an empty value is set for the variable.
committed these two.