Skip to content

Commit 608f8ed

Browse files
committed
Fix error when part of profile data is unset
1 parent f0d201a commit 608f8ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/models/User/View.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class View extends Model {
1919
public $news_posts;
2020
public $packets;
2121
public $profiledata;
22+
public $phone;
23+
public $phone_uri;
2224
public $reddit;
2325
public $reddit_uri;
2426
public $servers;

0 commit comments

Comments
 (0)