mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-19 06:47:03 +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.
|
* 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();
|
$logged_user = local_user();
|
||||||
if (!$logged_user) {
|
if (!$logged_user) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue