diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-10-17 22:19:49 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-10-17 22:19:49 -0400 |
| commit | 09da289c2fb18475f372bee24e885617da484e0b (patch) | |
| tree | 95d1869ba3236ccdd9234d7909fc16c495c84d44 /app/Controller/Config.php | |
| parent | 9283fb88d80cb355ff98364a9a57b657fc511d98 (diff) | |
Move slack, hipchat and jabber integrations to plugins
Diffstat (limited to 'app/Controller/Config.php')
| -rw-r--r-- | app/Controller/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Config.php b/app/Controller/Config.php index 9a376b36..47b844e4 100644 --- a/app/Controller/Config.php +++ b/app/Controller/Config.php @@ -44,7 +44,7 @@ class Config extends Base $values += array('subtask_restriction' => 0, 'subtask_time_tracking' => 0, 'cfd_include_closed_tasks' => 0); break; case 'integrations': - $values += array('integration_slack_webhook' => 0, 'integration_hipchat' => 0, 'integration_gravatar' => 0, 'integration_jabber' => 0); + $values += array('integration_gravatar' => 0); break; case 'calendar': $values += array('calendar_user_subtasks_time_tracking' => 0); |
