Small project member related fixes

This commit is contained in:
2018-02-24 21:09:31 +01:00
parent 30c8aa2032
commit 54467ab9b9
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ class ProjectManager{
$dbProj['description'],
$dbProj['owner'],
$dbProj['owneruname'],
$dbproj['owneremail'],
$dbProj['owneremail'],
$dbProj['active']
);
$projects[] = $project;