Small project member related fixes
This commit is contained in:
parent
30c8aa2032
commit
54467ab9b9
|
@ -66,7 +66,7 @@ class ProjectManager{
|
|||
$dbProj['description'],
|
||||
$dbProj['owner'],
|
||||
$dbProj['owneruname'],
|
||||
$dbproj['owneremail'],
|
||||
$dbProj['owneremail'],
|
||||
$dbProj['active']
|
||||
);
|
||||
$projects[] = $project;
|
||||
|
|
|
@ -33,7 +33,7 @@ $project = new \pvv\side\Project(
|
|||
'',
|
||||
$attrs["cn"][0],
|
||||
$attrs["uid"][0],
|
||||
$attrs["email"][0]
|
||||
$attrs["email"][0],
|
||||
1
|
||||
);
|
||||
if($new == 0){
|
||||
|
|
Loading…
Reference in New Issue