Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14037417
D16050.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
633 B
Referenced Files
None
Subscribers
None
D16050.diff
View Options
diff --git a/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php b/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php
--- a/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php
+++ b/src/applications/settings/panel/PhabricatorEmailPreferencesSettingsPanel.php
@@ -160,7 +160,7 @@
return $editors;
}
- private function getAllTags(PhabricatorUser $user) {
+ private function getAllTags(PhabricatorUser $user = null) {
$tags = array();
foreach ($this->getAllEditorsWithTags($user) as $editor) {
$tags += $editor->getMailTagsMap();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 11, 3:45 PM (4 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6711027
Default Alt Text
D16050.diff (633 B)
Attached To
Mode
D16050: Fix exception when trying to save global setting mail tags
Attached
Detach File
Event Timeline
Log In to Comment