Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
5608412c
Commit
5608412c
authored
Nov 13, 2006
by
Martyn Smith
Committed by
Martyn Smith
Nov 13, 2006
Browse files
Removed warning
parent
dc0dfc5b
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lib/form/elements/userlist.php
View file @
5608412c
...
...
@@ -42,7 +42,7 @@ function form_render_userlist($element, Form $form) {
$value
=
$form
->
get_value
(
$element
);
if
(
!
is_array
(
$value
)
&&
is_array
(
$element
[
'defaultvalue'
]))
{
if
(
!
is_array
(
$value
)
&&
isset
(
$element
[
'defaultvalue'
])
&&
is_array
(
$element
[
'defaultvalue'
]))
{
$value
=
$element
[
'defaultvalue'
];
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment