Changeset 19840
- Timestamp:
- 07/03/09 12:37:57 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfUnobstrusiveWidgetPlugin/trunk/lib/widget/sfUoWidgetList.class.php
r18675 r19840 100 100 } 101 101 102 $attr ibutes= array_merge($attributes, (is_array($value) && array_key_exists('attributes', $value)) ? $value['attributes'] : array());103 $result .= $this->renderItem($key, $this->getItemContent($key, $value), $attr ibutes);102 $attr = array_merge($attributes, (is_array($value) && array_key_exists('attributes', $value)) ? $value['attributes'] : array()); 103 $result .= $this->renderItem($key, $this->getItemContent($key, $value), $attr); 104 104 } 105 105

