mirror of
https://github.com/friendica/friendica
synced 2025-05-06 12:24:11 +02: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
|
@ -95,8 +95,6 @@ class Reports extends BaseModeration
|
|||
'$th_reports' => [$this->t('Created'), $this->t('Photo'), $this->t('Name'), $this->t('Comment'), $this->t('Category')],
|
||||
|
||||
// values //
|
||||
'$baseurl' => $this->baseUrl,
|
||||
|
||||
'$reports' => $reports,
|
||||
'$total_reports' => $this->tt('%s total report', '%s total reports', $total),
|
||||
'$paginate' => $pager->renderFull($total),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue