mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-46350 blog: call parent validation
(Helps satify codechecker, thats all..)
This commit is contained in:
parent
c18acb8997
commit
f3f920d24f
@ -151,7 +151,7 @@ class blog_edit_form extends moodleform {
|
||||
public function validation($data, $files) {
|
||||
global $CFG, $DB, $USER;
|
||||
|
||||
$errors = array();
|
||||
$errors = parent::validation($data, $files);
|
||||
|
||||
// Validate course association.
|
||||
if (!empty($data['courseassoc'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user