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
430206a6
Commit
430206a6
authored
Apr 08, 2009
by
Richard Mansfield
Browse files
Avoid warning in logs
parent
ef291048
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/form/elements/filebrowser.php
View file @
430206a6
...
...
@@ -68,7 +68,7 @@ function pieform_element_filebrowser(Pieform $form, $element) {
$smarty
->
assign
(
'agreementtext'
,
get_string
(
'uploadcopyrightdefaultcontent'
,
'install'
));
}
}
if
(
$element
[
'browsehelp'
])
{
if
(
!
empty
(
$element
[
'browsehelp'
])
)
{
$config
[
'plugintype'
]
=
$form
->
get_property
(
'plugintype'
);
$config
[
'pluginname'
]
=
$form
->
get_property
(
'pluginname'
);
$config
[
'browsehelp'
]
=
$element
[
'browsehelp'
];
...
...
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