]> git.mxchange.org Git - friendica.git/commitdiff
Fix wrong constant
authorMichael <heluecht@pirati.ca>
Mon, 17 Oct 2022 11:28:54 +0000 (11:28 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 17 Oct 2022 11:28:54 +0000 (11:28 +0000)
src/Module/Api/GNUSocial/GNUSocial/Config.php

index 6e9a6e9f4fb89dc58c0968f49380e91635b3d5c9..8b38ca896716c00a95d41a90c222ec90dd45b2ad 100644 (file)
@@ -55,7 +55,7 @@ class Config extends BaseApi
                                'friendica'    => [
                                        'FRIENDICA_PLATFORM'    => App::PLATFORM,
                                        'FRIENDICA_VERSION'     => App::VERSION,
-                                       'DB_UPDATE_VERSION'     => App::VERSION,
+                                       'DB_UPDATE_VERSION'     => DB_UPDATE_VERSION,
                                ]
                        ],
                ];