mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
Many more app-variables removed
This commit is contained in:
parent
e05c1821c2
commit
2502a9192d
30 changed files with 310 additions and 401 deletions
|
@ -45,7 +45,7 @@ function notes_content(App $a, $update = false)
|
|||
return;
|
||||
}
|
||||
|
||||
$o = BaseProfile::getTabsHTML($a, 'notes', true);
|
||||
$o = BaseProfile::getTabsHTML($a, 'notes', true, $a->user);
|
||||
|
||||
if (!$update) {
|
||||
$o .= '<h3>' . DI::l10n()->t('Personal Notes') . '</h3>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue