The friendica constants have been moved to the app class
This commit is contained in:
@@ -53,7 +53,7 @@ class NodeInfo110 extends BaseModule
|
||||
'version' => '1.0',
|
||||
'software' => [
|
||||
'name' => 'friendica',
|
||||
'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
|
||||
'version' => App::VERSION . '-' . DB_UPDATE_VERSION,
|
||||
],
|
||||
'protocols' => [
|
||||
'inbound' => [
|
||||
|
||||
Reference in New Issue
Block a user