Remove temporary missed translations
This commit is contained in:
parent
719dee2cff
commit
05c98064b4
|
@ -78,8 +78,6 @@ function blackout_redirect ($a, $b) {
|
|||
Logger::log('redirecting user to blackout page');
|
||||
System::externalRedirect($myurl);
|
||||
}
|
||||
|
||||
DI::l10n()->t('blub');
|
||||
}
|
||||
|
||||
function blackout_addon_admin(&$a, &$o) {
|
||||
|
|
|
@ -37,8 +37,6 @@ function blockbot_addon_admin_post(&$a) {
|
|||
DI::config()->set('blockbot', 'good_crawlers', $_POST['good_crawlers'] ?? false);
|
||||
DI::config()->set('blockbot', 'block_gab', $_POST['block_gab'] ?? false);
|
||||
DI::config()->set('blockbot', 'training', $_POST['training'] ?? false);
|
||||
|
||||
DI::l10n()->t('blub');
|
||||
}
|
||||
|
||||
function blockbot_init_1(App $a) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user