diff options
| author | mark <mark> | 2011-04-27 08:31:03 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-04-27 08:31:03 +0000 |
| commit | 68fcc90d8e95f1efe0efe07b2f59e5fab2d8c535 (patch) | |
| tree | 77e67410169c23cfa4499d9bbf779b0005a045fd /rt/etc/RT_Config.pm | |
| parent | 9d5ada5763fdeca4f90a7357ab7c384b52c1c41c (diff) | |
RT mobile UI, #11630
Diffstat (limited to 'rt/etc/RT_Config.pm')
| -rw-r--r-- | rt/etc/RT_Config.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/etc/RT_Config.pm b/rt/etc/RT_Config.pm index 12044a4f9..996bc0bc6 100644 --- a/rt/etc/RT_Config.pm +++ b/rt/etc/RT_Config.pm @@ -1810,7 +1810,8 @@ C<Set(@Plugins, (qw(Extension::QuickDelete RT::FM)));> =cut -Set(@Plugins, (qw(RTx::Calendar))); #RTx::Checklist )); +Set(@Plugins, (qw(RTx::Calendar + RT::Extension::MobileUI))); #RTx::Checklist )); =back |
