Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
24eff3e9
Commit
24eff3e9
authored
Jan 16, 2013
by
Son Nguyen
Committed by
Gerrit Code Review
Jan 16, 2013
Browse files
Merge "Fix regression in user link display for feedback (Bug #1085569)"
parents
59345ec5
9449fc4c
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/comment/lib.php
View file @
24eff3e9
...
...
@@ -494,7 +494,7 @@ class ArtefactTypeComment extends ArtefactType {
'admin'
=>
$item
->
admin
,
'deleted'
=>
$item
->
deleted
,
'profileicon'
=>
$item
->
profileicon
,
'profileurl'
=>
profile_url
(
$item
),
'profileurl'
=>
profile_url
(
$item
->
author
),
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment