diff options
| author | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-07-08 11:08:21 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2024-07-08 11:08:29 +0200 |
| commit | cbbed38d31fb4f4d847b7f43c448a20e075f82e9 (patch) | |
| tree | 35bd772025e5351fe8d9f3fbd4707cb41a345d5d /app/controllers/consultation/admin.php | |
| parent | 6f89d9873ed8a3e0d290b2315c0d797d71c800f4 (diff) | |
fix js errors, re #4367
Diffstat (limited to 'app/controllers/consultation/admin.php')
| -rw-r--r-- | app/controllers/consultation/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/consultation/admin.php b/app/controllers/consultation/admin.php index 3d2be46..a1f16c5 100644 --- a/app/controllers/consultation/admin.php +++ b/app/controllers/consultation/admin.php @@ -181,7 +181,7 @@ class Consultation_AdminController extends ConsultationController 'cancel-url' => $this->indexURL(), 'default-room' => $room, 'range-type' => get_class($this->range), - 'slot-count_threshold' => self::SLOT_COUNT_THRESHOLD, + 'slot-count-threshold' => self::SLOT_COUNT_THRESHOLD, 'store-url' => $this->storeURL(), 'with-responsible' => $convertResponsibilities($responsible), ]) |
