This commit is contained in:
Philipp Holzer 2019-04-22 14:22:45 +02:00
parent 5233434d94
commit dfa01f9265
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class CronJobs
Logger::info('cron_start');
Nodeinfo::update();
// Now trying to register
$url = 'http://the-federation.info/register/' . $app->getHostName();
$url = 'http://the-federation.info/register/' . $a->getHostName();
Logger::debug('Check registering url', ['url' => $url]);
$ret = Network::fetchUrl($url);
Logger::debug('Check registering answer', ['answer' => $ret]);