mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
whitespace
This commit is contained in:
@@ -403,10 +403,10 @@ class Profile_photo extends Controller {
|
||||
foreach ($r as $rr) {
|
||||
if ($rr['is_default']) {
|
||||
$default_profile_id = intval($rr['id']);
|
||||
|
||||
if (!$profile_id) {
|
||||
$profile_id = $default_profile_id;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if ($profile_id === intval($rr['id'])) {
|
||||
|
||||
Reference in New Issue
Block a user