diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-06-20 14:34:47 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-06-20 14:34:47 -0400 |
commit | aa6fdd3544b64eeab3d577c58425e128c809a135 (patch) | |
tree | 388de73e11567e8927bc12694cc65a3c629f6a59 /app/Model/Category.php | |
parent | d3f789764dcf90923a0d0f639dd2ee56b1177f84 (diff) |
Improve automatic action duplication with unit tests and improve database schema
Diffstat (limited to 'app/Model/Category.php')
-rw-r--r-- | app/Model/Category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Category.php b/app/Model/Category.php index c8ba7251..9f93e7be 100644 --- a/app/Model/Category.php +++ b/app/Model/Category.php @@ -58,7 +58,7 @@ class Category extends Base } /** - * Get a category id by the project and the name + * Get a category id by the category name and project id * * @access public * @param integer $project_id Project id |