Skip to content
GitLab
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
4953892a
Commit
4953892a
authored
Aug 28, 2010
by
Adrian Schlegel
Committed by
Penny Leach
Aug 29, 2010
Browse files
Added a missing namespace for links of a view.
Signed-off-by:
Adrian Schlegel
<
adrian@liip.ch
>
parent
8fa51e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/export/leap/lib.php
View file @
4953892a
...
...
@@ -472,7 +472,7 @@ class PluginExportLeap extends PluginExport {
if
(
!
empty
(
$this
->
links
->
viewcontents
[
$viewid
]))
{
foreach
(
array_keys
(
$this
->
links
->
viewcontents
[
$viewid
])
as
$artefactid
)
{
$links
[]
=
(
object
)
array
(
'type'
=>
'has_part'
,
'type'
=>
'
leap2:
has_part'
,
'id'
=>
'portfolio:artefact'
.
$artefactid
,
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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