@@ -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 | |
| 204 | 204 | $ref = midcom_helper_reflector::get($link['class']); |
| 205 | 205 | |