mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Bugfixed the UserPicker to work in MailModule
This commit is contained in:
parent
49e1c53677
commit
f771c2be66
@ -26,6 +26,7 @@
|
||||
'inputId' => 'addUserFrom_mail',
|
||||
'model' => $inviteForm, // CForm Instanz
|
||||
'attribute' => 'recipient',
|
||||
'userGuid' => Yii::app()->user->guid,
|
||||
'focus' => true,
|
||||
));
|
||||
?>
|
||||
|
@ -34,6 +34,7 @@
|
||||
'inputId' => 'recipient',
|
||||
'model' => $model, // CForm Instanz
|
||||
'attribute' => 'recipient',
|
||||
'userGuid' => Yii::app()->user->guid,
|
||||
'focus' => true,
|
||||
));
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user