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
98b9b696
Commit
98b9b696
authored
Feb 05, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Feb 05, 2008
Browse files
fixed lang strings
parent
542680f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/activity.php
View file @
98b9b696
...
...
@@ -542,7 +542,7 @@ class ActivityTypeUsermessage extends ActivityType {
public
function
get_subject
(
$user
)
{
if
(
empty
(
$this
->
subject
))
{
return
get_string_from_language
(
$user
->
lang
,
'newusermessage'
,
'
mahara
'
,
return
get_string_from_language
(
$user
->
lang
,
'newusermessage'
,
'
group
'
,
display_name
(
$this
->
userfrom
));
}
return
$this
->
subject
;
...
...
Write
Preview
Supports
Markdown
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