The module does not allow blocks with delta = 0, which should be permissible. The solution is to get rid of arg(3) check.
| Comment | File | Size | Author |
|---|---|---|---|
| component.module.patch | 701 bytes | dkruglyak |
The module does not allow blocks with delta = 0, which should be permissible. The solution is to get rid of arg(3) check.
| Comment | File | Size | Author |
|---|---|---|---|
| component.module.patch | 701 bytes | dkruglyak |
Comments
Comment #1
Crell commentedHm, not quite. It's actually to check if arg(3) is null rather than checking its truth value. Committed. Thanks.