</div>
<dl class="plain dataList containerContent small">
- {include file='userInformationStatistics' user=$__wcf->getUserProfileHandler()}
+ {include file='userInformationStatistics' user=$__wcf->getUserProfileHandler()->getUserProfile()}
</dl>
</div>
</div>
\ No newline at end of file
public function reloadUserProfile() {
$this->userProfile = new UserProfile(new User($this->userID));
}
+
+ /**
+ * Returns the user profile object.
+ *
+ * @return UserProfile
+ */
+ public function getUserProfile() {
+ return $this->userProfile;
+ }
}