In line 43:
$items['text'] => array(
should be
$items['text'] = array(
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1005118.patch | 655 bytes | chalet16 |
In line 43:
$items['text'] => array(
should be
$items['text'] = array(
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1005118.patch | 655 bytes | chalet16 |
Comments
Comment #1
chalet16 commentedComment #2
agentrickardthx. Committed to 6--x and HEAD.