Closed (duplicate)
Project:
Link
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2011 at 15:32 UTC
Updated:
27 Sep 2011 at 09:13 UTC
This lines invoke PHP notice about undefined array offset
// Some old field data may have $item['#item']['attributes']['rel'] as an array, which will cause errors:
if (is_array($item['#item']['attributes']['rel'])) {
unset($item['#item']['attributes']['rel']);
}
| Comment | File | Size | Author |
|---|---|---|---|
| fix-php-notice.patch | 591 bytes | IRuslan |
Comments
Comment #1
wojtha commentedDuplicate of #830432: notice: Undefined variable: element in link.module on line 445
Comment #2
dqdthx wojtha. sorry 4 the late reply ...