HOR-4155
Fix missing }
This commit is contained in:
@@ -25,6 +25,7 @@ if (empty($userInfo)) {
|
|||||||
'mail' => $userInfo->getUsrEmail(),
|
'mail' => $userInfo->getUsrEmail(),
|
||||||
'image' => '../users/users_ViewPhoto?t=' . microtime(true),
|
'image' => '../users/users_ViewPhoto?t=' . microtime(true),
|
||||||
];
|
];
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
parent.fullfill(<?= G::json_encode($result) ?>);
|
parent.fullfill(<?= G::json_encode($result) ?>);
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user