mirror of
https://github.com/friendica/friendica
synced 2025-01-03 18:02:18 +00:00
Fix wrong constant
This commit is contained in:
parent
62a0d55fc8
commit
e96fd5166a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class Config extends BaseApi
|
||||||
'friendica' => [
|
'friendica' => [
|
||||||
'FRIENDICA_PLATFORM' => App::PLATFORM,
|
'FRIENDICA_PLATFORM' => App::PLATFORM,
|
||||||
'FRIENDICA_VERSION' => App::VERSION,
|
'FRIENDICA_VERSION' => App::VERSION,
|
||||||
'DB_UPDATE_VERSION' => App::VERSION,
|
'DB_UPDATE_VERSION' => DB_UPDATE_VERSION,
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue