Skip to content

Commit

Permalink
MDL-45512 comments: Added full date to comment details.
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed May 13, 2014
1 parent c1ed254 commit 6f1b3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comment/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public function get_comments($page = '') {
$c->content = $u->ccontent;
$c->format = $u->cformat;
$c->timecreated = $u->ctimecreated;
$c->strftimeformat = get_string('strftimerecent', 'langconfig');
$c->strftimeformat = get_string('strftimerecentfull', 'langconfig');
$url = new moodle_url('/user/view.php', array('id'=>$u->id, 'course'=>$this->courseid));
$c->profileurl = $url->out(true);
$c->fullname = fullname($u);
Expand Down

0 comments on commit 6f1b3e9

Please sign in to comment.