Skip to content

Commit

Permalink
[Update] UserInfoFactory class changed to UserInfoRepositroy
Browse files Browse the repository at this point in the history
  • Loading branch information
biplobice committed Jul 21, 2017
1 parent 95b160a commit c75d1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/author_profile/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function view()
{
$c = Page::getCurrentPage();
$uID = $c->getCollectionUserID();
$ui = Core::make('Concrete\Core\User\UserInfoFactory')->getByID($uID);
$ui = Core::make('Concrete\Core\User\UserInfoRepository')->getByID($uID);
$this->set('ui', $ui);

$this->set('publicProfileAttributes', UserAttributeKey::getPublicProfileList());
Expand Down

0 comments on commit c75d1dc

Please sign in to comment.