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
0a8efb5d
Commit
0a8efb5d
authored
Oct 18, 2016
by
Aaron Wells
Committed by
Gerrit Code Review
Oct 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug 1629147: Returning correct collection url"
parents
1352a652
b40e7c47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
htdocs/lib/collection.php
htdocs/lib/collection.php
+2
-1
No files found.
htdocs/lib/collection.php
View file @
0a8efb5d
...
...
@@ -991,11 +991,12 @@ class Collection {
if
(
$this
->
framework
)
{
if
(
$full
)
{
$this
->
fullurl
=
Collection
::
get_framework_url
(
$this
);
return
$this
->
fullurl
;
}
else
{
$this
->
frameworkurl
=
Collection
::
get_framework_url
(
$this
,
false
);
return
$this
->
frameworkurl
;
}
return
$this
->
frameworkurl
;
}
$v
=
new
View
(
0
,
$views
[
'views'
][
0
]);
...
...
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