]> git.mxchange.org Git - friendica.git/commitdiff
forgotten $
authorMichael <heluecht@pirati.ca>
Tue, 19 Dec 2017 09:18:45 +0000 (09:18 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 19 Dec 2017 09:18:45 +0000 (09:18 +0000)
src/Protocol/PortableContact.php

index aee7b2f773cb6ccbbe827ee30591aabd700b37f3..631d4b7a32c6bde8351e7125568539d0345af8ff 100644 (file)
@@ -1229,7 +1229,7 @@ class PortableContact
                                'site_name' => $site_name, 'info' => $info, 'register_policy' => $register_policy,
                                'poco' => $poco, 'noscrape' => $noscrape, 'network' => $network,
                                'platform' => $platform, 'registered-users' => $registered_users,
-                               'last_contact' => $last_contact, 'last_failure' => last_failure];
+                               'last_contact' => $last_contact, 'last_failure' => $last_failure];
 
                if ($found) {
                        dba::update('gserver', $fields, ['nurl' => normalise_link($server_url)]);