mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-19 14:57:02 +00:00
[blockem] Moved open curly braces to new line
This commit is contained in:
parent
7ac2aea876
commit
e54c99b313
1 changed files with 4 additions and 4 deletions
|
@ -71,8 +71,8 @@ function blockem_addon_settings (App $a, &$s)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function blockem_addon_settings_post(App $a, array &$b) {
|
function blockem_addon_settings_post(App $a, array &$b)
|
||||||
|
{
|
||||||
if (! local_user()) {
|
if (! local_user()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -83,8 +83,8 @@ function blockem_addon_settings_post(App $a, array &$b) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function blockem_enotify_store(App $a, array &$b) {
|
function blockem_enotify_store(App $a, array &$b)
|
||||||
|
{
|
||||||
$words = PConfig::get($b['uid'], 'blockem', 'words');
|
$words = PConfig::get($b['uid'], 'blockem', 'words');
|
||||||
|
|
||||||
if ($words) {
|
if ($words) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue