]> git.mxchange.org Git - friendica.git/commitdiff
keep tony from talking to himself
authorfriendica <info@friendica.com>
Fri, 9 Mar 2012 05:14:41 +0000 (21:14 -0800)
committerfriendica <info@friendica.com>
Fri, 9 Mar 2012 05:14:41 +0000 (21:14 -0800)
htconfig.php
include/conversation.php

index 423d5d369f6945729c8203cc6e926dbf2bb6afd9..f52aed2b10c8cfafa870b918599f75a6060a4109 100755 (executable)
@@ -69,7 +69,7 @@ $a->config['system']['rino_encrypt'] = true;
 
 // allowed themes (change this from admin panel after installation)
 
-$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr,diabook';
+$a->config['system']['allowed_themes'] = 'dispy,quattro,testbubble,vier,darkbubble,darkzero,duepuntozero,greenzero,purplezero,quattro-green,slackr,diabook,diabook-blue';
 
 // default system theme
 
index b458923e5fba499c2a274f5de95d4c28afdad851..f1134975a0446e058e31d1e628eaf3d354907fc1 100755 (executable)
@@ -502,7 +502,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
                                                $template = $wallwall;
                                                $commentww = 'ww';      
                                        }
-                                       if((! $item['wall']) && (strlen($item['owner-link'])) && ($item['owner-link'] != $item['author-link'])) {
+                                       if((! $item['wall']) && (strlen($item['owner-link'])) && (! link_compare($item['owner-link'],$item['author-link']))) {
 
                                                // Could be anybody.