]> git.mxchange.org Git - friendica.git/commitdiff
Merge remote-tracking branch 'upstream/develop' into develop
authorRoland Haeder <roland@mxchange.org>
Sat, 31 Dec 2016 16:59:14 +0000 (17:59 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 31 Dec 2016 16:59:14 +0000 (17:59 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
1  2 
boot.php
include/diaspora.php
include/event.php
object/Item.php

diff --cc boot.php
Simple merge
index 4076059c7cd21a36b48338dc74071b9fb8eed333,fbfc497b59e383940382bdf0e9ea3aaa44d0c652..db2cca471bcad6cf6a81f4b7f72befa6f3fbab60
@@@ -2443,10 -2477,9 +2478,10 @@@ class Diaspora 
         *
         * @return string the handle in the format user@domain.tld
         */
-       private function my_handle($contact) {
+       private static function my_handle($contact) {
 -              if ($contact["addr"] != "")
 +              if ($contact["addr"] != "") {
                        return $contact["addr"];
 +              }
  
                // Normally we should have a filled "addr" field - but in the past this wasn't the case
                // So - just in case - we build the the address here.
Simple merge
diff --cc object/Item.php
Simple merge