mirror of
https://github.com/friendica/friendica
synced 2025-04-29 10:24:23 +02:00
Yeah, and again notices ... (#5536)
* Yeah, and again notices ... * And some more * Block access without given user name * Reformatting
This commit is contained in:
parent
71b1638d9a
commit
9d0f18c0b3
8 changed files with 82 additions and 68 deletions
|
@ -4089,7 +4089,7 @@ class Diaspora
|
|||
$arr = explode(' ', $profile['pub_keywords']);
|
||||
if (count($arr)) {
|
||||
for ($x = 0; $x < 5; $x ++) {
|
||||
if (trim($arr[$x])) {
|
||||
if (!empty($arr[$x])) {
|
||||
$tags .= '#'. trim($arr[$x]) .' ';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue