add permission to show profile images in new studvw

This commit is contained in:
Harald Bamberger
2025-12-03 09:44:34 +01:00
parent 3ee81ae6e7
commit abcc1269eb
+1 -1
View File
@@ -14,7 +14,7 @@ class Pub extends Auth_Controller
{
parent::__construct(
array(
'bild' => ['basis/cis:r']
'bild' => ['basis/cis:r', 'assistenz:r']
)
);
}