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
fusiondirectory
fusiondirectory
Commits
702db154
Commit
702db154
authored
Apr 05, 2016
by
Côme Chilliet
Browse files
Fixes
#4673
Fixed ImageAttribute saving
parent
0df49f1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/simpleplugin/class_attribute.inc
View file @
702db154
...
...
@@ -1738,6 +1738,7 @@ class ImageAttribute extends FileAttribute
*/
function
loadPostValue
()
{
$this
->
postValue
=
$this
->
value
;
if
(
isset
(
$_POST
[
'upload'
.
$this
->
getHtmlId
()]))
{
parent
::
loadPostValue
();
}
...
...
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