Fix missing }
This commit is contained in:
davidcallizaya
2017-12-12 11:39:49 -04:00
parent 5e9ec332f8
commit b6d0dcd850

View File

@@ -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>