Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
51be11cb
Commit
51be11cb
authored
Oct 18, 2016
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1631806: Copy page description when institution/group"
parents
cf91f026
2a2e580e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/lib/view.php
htdocs/lib/view.php
+1
-1
No files found.
htdocs/lib/view.php
View file @
51be11cb
...
...
@@ -5335,7 +5335,7 @@ class View {
$this
->
set
(
'numrows'
,
$template
->
get
(
'numrows'
));
$this
->
set
(
'layout'
,
$template
->
get
(
'layout'
));
if
(
$template
->
get
(
'
owner'
)
==
0
if
(
$template
->
get
(
'
template'
)
==
self
::
SITE_TEMPLATE
&&
$template
->
get
(
'type'
)
==
'portfolio'
)
{
$this
->
set
(
'description'
,
''
);
}
...
...
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