]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Friendica.php
Merge pull request #7413 from annando/issue-6675
[friendica.git] / src / Module / Friendica.php
index 3901a0bc77d4f587b42afcfbe040d86a873d69b1..ae8ea1496831699ec1df175bbcc3b5da4ae818cf 100644 (file)
@@ -76,7 +76,7 @@ class Friendica extends BaseModule
                                '<strong>' . FRIENDICA_VERSION . '</strong>',
                                $app->getBaseURL(),
                                '<strong>' . DB_UPDATE_VERSION . '</strong>',
-                               '<strong>' . $config->get("system", "post_update_version") . '</strong>'),
+                               '<strong>' . $config->get('system', 'post_update_version') . '</strong>'),
                        'friendica' => L10n::t('Please visit <a href="https://friendi.ca">Friendi.ca</a> to learn more about the Friendica project.'),
                        'bugs'      => L10n::t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">' . L10n::t('the bugtracker at github') . '</a>',
                        'info'      => L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'),