Page MenuHomePhorge

D25210.1739890940.diff
No OneTemporary

D25210.1739890940.diff

diff --git a/src/applications/settings/panel/PhabricatorEmailAddressesSettingsPanel.php b/src/applications/settings/panel/PhabricatorEmailAddressesSettingsPanel.php
--- a/src/applications/settings/panel/PhabricatorEmailAddressesSettingsPanel.php
+++ b/src/applications/settings/panel/PhabricatorEmailAddressesSettingsPanel.php
@@ -172,7 +172,7 @@
$email = null;
$errors = array();
if ($request->isDialogFormPost()) {
- $email = trim($request->getStr('email'));
+ $email = trim($request->getStr('email', ''));
if ($new == 'verify') {
// The user clicked "Done" from the "an email has been sent" dialog.

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 18, 15:02 (3 d, 21 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1147722
Default Alt Text
D25210.1739890940.diff (651 B)

Event Timeline