mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
Re-formatted a bit
This commit is contained in:
parent
04df7f6e05
commit
a2760cb1d1
9 changed files with 76 additions and 89 deletions
|
@ -35,7 +35,7 @@ function tumblr_module()
|
|||
|
||||
function tumblr_content(App $a)
|
||||
{
|
||||
if (! local_user()) {
|
||||
if (!local_user()) {
|
||||
notice(DI::l10n()->t('Permission denied.') . EOL);
|
||||
return '';
|
||||
}
|
||||
|
@ -182,7 +182,7 @@ function tumblr_callback(App $a)
|
|||
|
||||
function tumblr_jot_nets(App $a, array &$jotnets_fields)
|
||||
{
|
||||
if (! local_user()) {
|
||||
if (!local_user()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue