diff --git a/lib/entity/profiel/Profiel.php b/lib/entity/profiel/Profiel.php index cd78c5a84..7dfc2eabd 100644 --- a/lib/entity/profiel/Profiel.php +++ b/lib/entity/profiel/Profiel.php @@ -699,7 +699,7 @@ public function getLink($vorm = 'civitas'): string if ($vorm === 'pasfoto') { return $this->getPasfotoTag(); } - if ($vorm === 'pasfoto.vierkant' && LoginService::mag(P_LEDEN_READ)) { + if ($vorm === 'pasfoto.vierkant') { return $this->getPasfotoTag('', 'vierkant'); } return $this->getNaam();