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
22a7fa71
Commit
22a7fa71
authored
Jan 27, 2010
by
Ruslan Kabalin
Committed by
Richard Mansfield
Jan 28, 2010
Browse files
Missing variable setting check in display_title function (lib/view.php).
Signed-off-by:
Ruslan Kabalin
<
ruslan.kabalin@luns.net.uk
>
parent
fddd13fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/view.php
View file @
22a7fa71
...
...
@@ -2698,7 +2698,7 @@ class View {
$title
=
'<strong>'
.
hsc
(
$this
->
title
)
.
'</strong>'
;
}
if
(
$ownerlink
)
{
if
(
isset
(
$ownerlink
)
)
{
return
get_string
(
'viewtitleby'
,
'view'
,
$title
,
$ownerlink
,
$ownername
);
}
...
...
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