summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-07 14:36:24 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-07 14:36:24 -0500
commit73b44f15507e5eec3377eaf9fb7419fdfd73d2e8 (patch)
treed06f0d0886f066e5f38b46a6a493801a6113efc7 /app/Controller
parenta6b3306072e910d5d51f87a5f5f6df95ecff3e5e (diff)
Uncheck tasks and swimlanes from project duplication and update translations
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/Project.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Controller/Project.php b/app/Controller/Project.php
index 842ed6e8..fb0a8d05 100644
--- a/app/Controller/Project.php
+++ b/app/Controller/Project.php
@@ -297,7 +297,8 @@ class Project extends Base
/**
* Duplicate a project
*
- * @author Antonio Rabelo & Michael Lüpkes
+ * @author Antonio Rabelo
+ * @author Michael Lüpkes
* @access public
*/
public function duplicate()