diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 17:57:45 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 17:57:45 -0500 |
commit | f32507d423c46e8e9612b5239728e6c617e4cbcb (patch) | |
tree | e1f8c066d1ac47f344da7b5e9060bfab2a6fb57e /app/Controller/Export.php | |
parent | c083822806e075fd1932d7ce86903b4df967babb (diff) |
Add namespace Export and move classes
Diffstat (limited to 'app/Controller/Export.php')
-rw-r--r-- | app/Controller/Export.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Export.php b/app/Controller/Export.php index 726edd42..c2ff652e 100644 --- a/app/Controller/Export.php +++ b/app/Controller/Export.php @@ -80,6 +80,6 @@ class Export extends Base */ public function transitions() { - $this->common('transition', 'export', t('Transitions'), 'transitions', t('Task transitions export')); + $this->common('transitionExport', 'export', t('Transitions'), 'transitions', t('Task transitions export')); } } |