aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/evaluation/profiles.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/evaluation/profiles.php')
-rw-r--r--app/controllers/evaluation/profiles.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/evaluation/profiles.php b/app/controllers/evaluation/profiles.php
index 7c89c09..06e7555 100644
--- a/app/controllers/evaluation/profiles.php
+++ b/app/controllers/evaluation/profiles.php
@@ -14,6 +14,7 @@ class Evaluation_ProfilesController extends AuthenticatedController
public function preedit_action()
{
$this->semesters = $this->getAvailableSemesters(true);
+ $this->total_sem_count = Semester::countBySql();
$this->render_template('evaluation/profiles/preedit');
}