]> git.mxchange.org Git - friendica-addons.git/commitdiff
Wrong type-hint
authorRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 10:04:54 +0000 (12:04 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 10:05:14 +0000 (12:05 +0200)
impressum/impressum.php

index 47e44ef7e300d7b214b853c4349faef6b49462ae..7d9edfd55ab0897694c9aa5436501b2c0885dcb2 100644 (file)
@@ -56,7 +56,7 @@ function impressum_load_config(App $a, ConfigFileLoader $loader)
        $a->getConfigCache()->load($loader->loadAddonConfig('impressum'));
 }
 
-function impressum_show(App $a, array &$body)
+function impressum_show(App $a, string &$body)
 {
        $body .= '<h3>' . DI::l10n()->t('Impressum') . '</h3>';
        $owner = DI::config()->get('impressum', 'owner');