From e553995fc7bf9e3274fe2c6e5319be5a239adc41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Mon, 14 May 2018 22:04:16 +0200 Subject: [PATCH] New-line for joy before curly brace! PR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- langfilter/langfilter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/langfilter/langfilter.php b/langfilter/langfilter.php index 7d1963e6..cb8ccfe7 100644 --- a/langfilter/langfilter.php +++ b/langfilter/langfilter.php @@ -112,7 +112,8 @@ function langfilter_addon_settings_post(App $a, array &$b) * expand it again. */ -function langfilter_prepare_body_content_filter(App $a, &$hook_data) { +function langfilter_prepare_body_content_filter(App $a, &$hook_data) +{ $logged_user = local_user(); if (!$logged_user) { return;