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
bbee6d69
Commit
bbee6d69
authored
Jan 25, 2007
by
Richard Mansfield
Browse files
Add missing space in objectionable message
parent
d3ed6af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/activity.php
View file @
bbee6d69
...
...
@@ -120,7 +120,7 @@ function handle_activity($activitytype, $data, $cron=false) {
if
(
empty
(
$data
->
artefact
))
{
$data
->
url
=
get_config
(
'wwwroot'
)
.
'view/view.php?view='
.
$data
->
view
;
$data
->
subject
=
get_string
(
'objectionablecontentview'
,
'activity'
)
.
' '
.
get_string
(
'onview'
,
'activity'
)
.
$viewtitle
;
.
' '
.
get_string
(
'onview'
,
'activity'
)
.
' '
.
$viewtitle
;
}
else
{
$data
->
url
=
get_config
(
'wwwroot'
)
.
'view/view.php?artefact='
.
$data
->
artefact
.
'&view='
.
$data
->
view
;
...
...
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