Page MenuHomePhabricator

D16039.id38589.diff
No OneTemporary

D16039.id38589.diff

diff --git a/src/applications/people/storage/PhabricatorUser.php b/src/applications/people/storage/PhabricatorUser.php
--- a/src/applications/people/storage/PhabricatorUser.php
+++ b/src/applications/people/storage/PhabricatorUser.php
@@ -568,29 +568,6 @@
return $this->getUserSetting(PhabricatorPronounSetting::SETTINGKEY);
}
- public function loadPreferences() {
- if ($this->preferences) {
- return $this->preferences;
- }
-
- $preferences = null;
- if ($this->getPHID()) {
- $preferences = id(new PhabricatorUserPreferencesQuery())
- ->setViewer($this)
- ->withUsers(array($this))
- ->executeOne();
- }
-
- if (!$preferences) {
- $preferences = new PhabricatorUserPreferences();
- $preferences->setUserPHID($this->getPHID());
- $preferences->attachUser($this);
- }
-
- $this->preferences = $preferences;
- return $preferences;
- }
-
public function loadEditorLink(
$path,
$line,

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 9:54 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386579
Default Alt Text
D16039.id38589.diff (982 B)

Event Timeline