diff --git a/app/controllers/profile.php b/app/controllers/profile.php index 697bc68f084a43b41188442b601d6b006a75712e..7738bb3323aedd155255fdc6ceece14fc6165e57 100644 --- a/app/controllers/profile.php +++ b/app/controllers/profile.php @@ -37,11 +37,6 @@ class ProfileController extends AuthenticatedController 'username', $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 if (