[blockem] Cleanups: #655

Merged
Quix0r merged 4 commits from blockem/import-curly-spaces into develop 2018-07-21 03:51:16 +02:00
Showing only changes of commit e54c99b313 - Show all commits

View file

@ -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()) {
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');
if ($words) {