Skip to content

Commit ec682a1

Browse files
change the spelling for flase
1 parent b7a1fa6 commit ec682a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/MailSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ private function handleStorage(IEMailTemplate $emailTemplate, IUser $user): bool
167167
return false;
168168
} else {
169169
$this->provider->writeStorageFull($emailTemplate, $storageInfo);
170-
return flase;
170+
return false;
171171
}
172172
}
173173

0 commit comments

Comments
 (0)