mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#9799 fixed default value -1 in Owner value
This commit is contained in:
parent
74fd70ca66
commit
05b8418249
@ -3358,7 +3358,7 @@ function events_page_responses($event)
|
|||||||
$event['owner_user'],
|
$event['owner_user'],
|
||||||
'',
|
'',
|
||||||
__('None'),
|
__('None'),
|
||||||
-1,
|
'N/A',
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
true,
|
true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user