On line 82 of name.tokens.inc the dpm code was left in. dpm_once(name_token_types_chained($type));
If you don't have devel, this will break pretty hard.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3071699-2.patch | 522 bytes | joelpittet |
On line 82 of name.tokens.inc the dpm code was left in. dpm_once(name_token_types_chained($type));
If you don't have devel, this will break pretty hard.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3071699-2.patch | 522 bytes | joelpittet |
Comments
Comment #2
joelpittetHere's a quick patch to remove it.
Comment #4
alan d. commentedDuh, thanks!