diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-19 09:11:44 +0200 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-05-19 09:11:44 +0200 |
| commit | 2cc48e888d92517381e902c1b1a34a76d2293c34 (patch) | |
| tree | 874f9e4c7236fcb7117e9b81dbf59398a30fdc11 | |
| parent | c19d75ac88d74ec9ff602cdf3344b861b49a3d75 (diff) | |
remove call to ProfileModel, re #4185
| -rw-r--r-- | app/controllers/profile.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/controllers/profile.php b/app/controllers/profile.php index 697bc68..7738bb3 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 ( |
