]> git.mxchange.org Git - friendica.git/commitdiff
Fix copy/paste stupidity
authorDomovoy <domovoy@errlock.org>
Fri, 24 Aug 2012 02:45:10 +0000 (04:45 +0200)
committerDomovoy <domovoy@errlock.org>
Fri, 24 Aug 2012 02:45:10 +0000 (04:45 +0200)
include/conversation.php

index 56446d96dfb44e6325b0002ca19333a1649c6d85..9468832db8299c299dc371b3bebf0a4a0d89e69b 100644 (file)
@@ -518,10 +518,10 @@ function prepare_threads_body($a, $items, $cmnt_tpl, $page_writeable, $mode, $pr
 
                                                if($commentww != 'ww') {
                                                        // We found no matching contact in the database, just do the best we can (we'll only miss the photo)
-                                                       $this->owner_url = zrl($matches[0][1]);
-                                                       $this->owner_name = $matches[0][2];
+                                                       $owner_url = zrl($matches[0][1]);
+                                                       $owner_name = $matches[0][2];
                                                        // Use the nosign
-                                                       $this->owner_photo = $a->get_baseurl .'/images/nosign.jpg';
+                                                       $owner_photo = $a->get_baseurl .'/images/nosign.jpg';
                                                }
                                        }
                                }