X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fprofileformaction.php;h=4c738523a40b6846d5c05a0d534aa010e6da8336;hb=8ef29b70d1a4dd57a778ab232a91793dcbaea4e4;hp=b5f2e5d2a31232c3773d193dc2e9b3818fad4bc9;hpb=cb183359e23ae7a5cfb483fa06c6c4b7a8b05fff;p=quix0rs-gnu-social.git diff --git a/lib/profileformaction.php b/lib/profileformaction.php index b5f2e5d2a3..4c738523a4 100644 --- a/lib/profileformaction.php +++ b/lib/profileformaction.php @@ -80,7 +80,7 @@ class ProfileFormAction extends RedirectingAction return false; } - $this->profile = Profile::staticGet('id', $id); + $this->profile = Profile::getKV('id', $id); if (!$this->profile) { // TRANS: Client error displayed when trying to change user options without specifying an existing user to work on.