summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-04 17:57:45 -0500
committerFrederic Guillot <fred@kanboard.net>2016-03-04 17:57:45 -0500
commitf32507d423c46e8e9612b5239728e6c617e4cbcb (patch)
treee1f8c066d1ac47f344da7b5e9060bfab2a6fb57e /app/Controller
parentc083822806e075fd1932d7ce86903b4df967babb (diff)
Add namespace Export and move classes
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/Export.php2
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'));
}
}