diff --git a/application/views/projects/shares.php b/application/views/projects/shares.php index 173ddb8..662c046 100644 --- a/application/views/projects/shares.php +++ b/application/views/projects/shares.php @@ -52,7 +52,7 @@ foreach ($this->user->getAll() as $user): // don't list the user himself - if($user['id'] === $this->access->profile()->id) + if($user['id'] === $this->access->profile()->id || $user['id'] === $project['owner']) continue; ?>