Skip to content
GitLab
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
e46afb22
Commit
e46afb22
authored
Jun 04, 2014
by
Aaron Wells
Browse files
Fix typo in lang string name
Bug 1024872 Change-Id: I5c8c11b993c81a6125c0136943f07003e0899c15
parent
1cd916ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/interaction/forum/lib.php
View file @
e46afb22
...
...
@@ -1121,7 +1121,7 @@ class ActivityTypeInteractionForumReportPost extends ActivityTypePlugin {
$reporterurl
=
profile_url
(
$this
->
reporter
);
$ctime
=
strftime
(
get_string_from_language
(
$user
->
lang
,
'strftimedaydatetime'
),
$this
->
ctime
);
return
get_string_from_language
(
$user
->
lang
,
'objectionablecontent
view
text'
,
'interaction.forum'
,
$user
->
lang
,
'objectionablecontent
post
text'
,
'interaction.forum'
,
$post
->
topicsubject
,
display_default_name
(
$this
->
reporter
),
$ctime
,
$this
->
message
,
$post
->
posttime
,
$post
->
textbody
,
get_config
(
'wwwroot'
)
.
$this
->
url
,
$reporterurl
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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