Various minor fixes

This commit is contained in:
Frédéric Guillot
2014-08-16 14:12:05 -07:00
parent 925b0ba2e5
commit db3c006be8
5 changed files with 10 additions and 4 deletions

View File

@@ -431,7 +431,7 @@ class Project extends Base
unset($category['id']);
$category['project_id'] = $project_to;
if (! $categoryModel->create($category)) {
if (! $this->category->create($category)) {
return false;
}
}