Skip to content
Snippets Groups Projects
Commit 2cc48e88 authored by David Siegfried's avatar David Siegfried
Browse files

remove call to ProfileModel, re #4185

parent c19d75ac
No related branches found
No related tags found
No related merge requests found
...@@ -37,11 +37,6 @@ class ProfileController extends AuthenticatedController ...@@ -37,11 +37,6 @@ class ProfileController extends AuthenticatedController
'username', 'username',
$this->user ? $this->user->username : null $this->user ? $this->user->username : null
)); ));
// get additional informations to selected user
$this->profile = new ProfileModel(
$this->current_user ? $this->current_user->id : null,
$this->user ? $this->user->id : null
);
// set the page title depending on user selection // set the page title depending on user selection
if ( if (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment