mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix: missing return in FileContent::beforeValidate
This commit is contained in:
parent
0777f7b976
commit
d7c7bc6d19
@ -19,6 +19,7 @@ Important note for LDAP users: There is a new setting "ID Attribute" which shoul
|
||||
- Fix: ControllerAccess json rule
|
||||
- Enh: added `closable = false` as default `ModalDialog` widget setting
|
||||
- Fix: trigger richtext `clear` when submitting comment.
|
||||
- Fix: missing return in `FileContent::beforeValidate`
|
||||
|
||||
1.2.2 (August 2, 2017)
|
||||
--------------------------------
|
||||
|
@ -32,7 +32,7 @@ class FileContent extends File
|
||||
$this->setFileSize();
|
||||
}
|
||||
|
||||
parent::beforeValidate();
|
||||
return parent::beforeValidate();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user