Some small code adjustments

This commit is contained in:
Michael 2019-09-29 19:21:05 +00:00
parent 5eeca432fe
commit 520c250a41
1 changed files with 3 additions and 3 deletions

View File

@ -1186,7 +1186,7 @@ class Profile
if (!strlen($s)) {
return $s;
}
if ((!strpos($s, '/profile/')) && (!$force)) {
if (!strpos($s, '/profile/') && !$force) {
return $s;
}
if ($force && substr($s, -1, 1) !== '/') {