@@ -199,7 +199,7 @@ |
||
199 | 199 | private function _render_line(array $link, midcom_core_dbaobject &$other_obj) |
200 | 200 | { |
201 | 201 | $this->_request_data['link'] = $link; |
202 | - $this->_request_data['other_obj'] =& $other_obj; |
|
202 | + $this->_request_data['other_obj'] = & $other_obj; |
|
203 | 203 | $this->_request_data['icon'] = midcom_helper_reflector::get_object_icon($other_obj); |
204 | 204 | |
205 | 205 | if (get_class($other_obj) != $link['class']) { |