mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +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
|
@ -228,7 +228,6 @@ class Channels extends BaseSettings
|
|||
'confirm_delete' => $this->t('Delete entry from the channel list?'),
|
||||
],
|
||||
'$entries' => $channels,
|
||||
'$baseurl' => $this->baseUrl,
|
||||
|
||||
'$form_security_token' => self::getFormSecurityToken('settings_channels'),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue