diff options
| author | Frederic Guillot <fred@kanboard.net> | 2015-02-07 14:36:24 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2015-02-07 14:36:24 -0500 |
| commit | 73b44f15507e5eec3377eaf9fb7419fdfd73d2e8 (patch) | |
| tree | d06f0d0886f066e5f38b46a6a493801a6113efc7 /app/Controller | |
| parent | a6b3306072e910d5d51f87a5f5f6df95ecff3e5e (diff) | |
Uncheck tasks and swimlanes from project duplication and update translations
Diffstat (limited to 'app/Controller')
| -rw-r--r-- | app/Controller/Project.php | 3 |
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() |
