X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FDebug%2FActivityPubConversion.php;h=5de4b93b74222939517e6bf4584871a532833aed;hb=6dbbd081795fa1c8fe57db2248ac162efeeada88;hp=87a531d5b4ddbc0308ac4063a76507eb10b195d6;hpb=41141965fc0b630a74ecc399be248e4ec21769c9;p=friendica.git diff --git a/src/Module/Debug/ActivityPubConversion.php b/src/Module/Debug/ActivityPubConversion.php index 87a531d5b4..5de4b93b74 100644 --- a/src/Module/Debug/ActivityPubConversion.php +++ b/src/Module/Debug/ActivityPubConversion.php @@ -1,6 +1,6 @@ ['source', DI::l10n()->t('Source activity'), $_REQUEST['source'] ?? '', ''], - '$results' => $results + '$title' => DI::l10n()->t('ActivityPub Conversion'), + '$source' => ['source', DI::l10n()->t('Source activity'), $_REQUEST['source'] ?? '', ''], + '$results' => $results, + '$submit' => DI::l10n()->t('Submit'), ]); return $o;