mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
[widgets] Remove superfluous $baseurl template variable
This commit is contained in:
parent
246057726b
commit
81f9f266ab
2 changed files with 0 additions and 3 deletions
|
@ -62,8 +62,6 @@ function like_widget_content(&$a, $conf){
|
|||
|
||||
'$dislike' => $dislikes,
|
||||
'$strdislike'=> L10n::tt("%d person doesn't like this", "%d people don't like this", $dislikes),
|
||||
|
||||
'$baseurl' => $a->getBaseURL(),
|
||||
]);
|
||||
|
||||
return $o;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue