forgotten $

This commit is contained in:
Michael 2017-12-19 09:18:45 +00:00
parent 2b50f001b9
commit 409b349011
1 changed files with 1 additions and 1 deletions

View 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)]);