Passed
Push — master ( 504881...899c62 )
by Andreas
17:39
created
lib/org/openpsa/relatedto/handler/relatedto.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.