mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:10:11 +00:00
Remove duplicated '$baseurl' template variable declarations
- This variable is declared for all templates in Renderer
This commit is contained in:
parent
d824bb536f
commit
b4d71f1855
8 changed files with 0 additions and 12 deletions
|
@ -138,7 +138,6 @@ class Add extends BaseModeration
|
|||
'$newreason' => ['reason', $this->t('Block reason'), $request['reason'] ?? '', $this->t('The reason why you blocked this server domain pattern. This reason will be shown publicly in the server information page.'), $this->t('Required'), '', ''],
|
||||
'$pattern' => $pattern,
|
||||
'$gservers' => $gservers,
|
||||
'$baseurl' => $this->baseUrl,
|
||||
'$form_security_token' => self::getFormSecurityToken('moderation_blocklist_add')
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue