Skip to content

Commit

Permalink
Merge branch 'MDL-40592_master' of https://github.com/nadavkav/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed May 25, 2015
2 parents e2a472e + d19de80 commit cd580ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mod/assign/gradingtable.php
Original file line number Diff line number Diff line change
Expand Up @@ -717,10 +717,7 @@ public function col_outcomes(stdClass $row) {
* @return string
*/
public function col_picture(stdClass $row) {
if ($row->picture) {
return $this->output->user_picture($row);
}
return '';
return $this->output->user_picture($row);
}

/**
Expand Down

0 comments on commit cd580ee

Please sign in to comment.