mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed test
This commit is contained in:
@@ -341,7 +341,7 @@ $utopia->post('/v1/teams/:teamId/memberships')
|
||||
$mail->AltBody = strip_tags($body->render());
|
||||
|
||||
try {
|
||||
if(!APP_MODE_ADMIN === $mode) { // No need in comfirmation when in admin mode
|
||||
if(APP_MODE_ADMIN !== $mode) { // No need in comfirmation when in admin mode
|
||||
$mail->send();
|
||||
}
|
||||
} catch (\Exception $error) {
|
||||
|
||||
Reference in New Issue
Block a user