Skip to content

Commit

Permalink
Merge branch 'MDL-46350-master' of git://github.com/danpoltawski/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao authored and stronk7 committed Dec 3, 2015
2 parents b4153ff + f3f920d commit 935b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/edit_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function definition() {
public function validation($data, $files) {
global $CFG, $DB, $USER;

$errors = array();
$errors = parent::validation($data, $files);

// Validate course association.
if (!empty($data['courseassoc'])) {
Expand Down

0 comments on commit 935b954

Please sign in to comment.