mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-17 05:48:49 +00:00
New-line for joy before curly brace! PR
Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
4b6852de4b
commit
e553995fc7
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue