Closed (fixed)
Project:
Component
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2007 at 16:41 UTC
Updated:
14 Jul 2012 at 23:28 UTC
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.