aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/profile.php
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2024-05-15 13:57:30 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 13:57:30 +0000
commit0f1d1b14280562f5ff6a64d103979204d8d2a22d (patch)
tree4c1e48c3497c52bb18087f27f961ae46d31c2e7c /app/controllers/profile.php
parent152ef0e0f92afde613b65842aaffbd0da95d5bbd (diff)
remove old evaluation, fixes #3787
Closes #3787 Merge request studip/studip!2661
Diffstat (limited to 'app/controllers/profile.php')
-rw-r--r--app/controllers/profile.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/profile.php b/app/controllers/profile.php
index a4e7c56a..3fa3777 100644
--- a/app/controllers/profile.php
+++ b/app/controllers/profile.php
@@ -159,9 +159,6 @@ class ProfileController extends AuthenticatedController
// include and show votes and tests
if (Config::get()->VOTE_ENABLE && Visibility::verify('votes', $this->current_user->user_id)) {
- $response = $this->relay('evaluation/display/' . $this->current_user->user_id);
- $this->evaluations = $response->body;
-
$response = $this->relay('questionnaire/widget/' . $this->current_user->user_id . "/user");
$this->questionnaires = $response->body;
}