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
6ae5dd6f
Commit
6ae5dd6f
authored
Apr 30, 2009
by
Nigel McNie
Browse files
Fix undefined variable on blog import - copy&paste-o.
parent
5fea0a18
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/blog/import/leap/lib.php
View file @
6ae5dd6f
...
...
@@ -172,7 +172,7 @@ class LeapImportBlog extends LeapImportArtefactPlugin {
}
break
;
case
self
::
STRATEGY_IMPORT_AS_ENTRY
:
self
::
setup_outoflinecontent_relationship
(
$
blogpost
entry
,
$importer
);
self
::
setup_outoflinecontent_relationship
(
$entry
,
$importer
);
break
;
default
:
throw
new
ImportException
(
$importer
,
'TODO: get_string: unknown strategy chosen for importing entry'
);
...
...
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