We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258f904 commit d762f9dCopy full SHA for d762f9d
libraries/UserProfile.php
@@ -90,7 +90,7 @@ public function getWebsite() {
90
}
91
92
protected static function normalize(StdClass &$data) {
93
- $data->id = (int) $data->id;
+ $data->user_id = (int) $data->user_id;
94
95
if (!is_null($data->biography))
96
$data->biography = (string) $data->biography;
0 commit comments