mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:10:10 +00:00
fix undeclared variables or wrong variable names (/mod)
This commit is contained in:
parent
ab7646016b
commit
2e03a3a47f
22 changed files with 29 additions and 24 deletions
|
@ -30,7 +30,7 @@ function localtime_content(App $a)
|
|||
$t = 'now';
|
||||
}
|
||||
|
||||
$o .= '<h3>' . L10n::t('Time Conversion') . '</h3>';
|
||||
$o = '<h3>' . L10n::t('Time Conversion') . '</h3>';
|
||||
|
||||
$o .= '<p>' . L10n::t('Friendica provides this service for sharing events with other networks and friends in unknown timezones.') . '</p>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue