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
a31485d6
Commit
a31485d6
authored
May 25, 2015
by
Aaron Wells
Committed by
Gerrit Code Review
May 25, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Variable name typo breaks artefact export"
parents
d692dc7d
951ac53f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
htdocs/export/lib.php
htdocs/export/lib.php
+1
-1
No files found.
htdocs/export/lib.php
View file @
a31485d6
...
...
@@ -251,7 +251,7 @@ abstract class PluginExport extends Plugin implements IPluginExport {
WHERE "view" IN (SELECT id FROM {view} WHERE "owner" = ?)
ORDER BY id'
;
$args
[]
=
$userid
;
$this
->
artefactexportmode
=
$t
e
mpartefacts
=
get_column_sql
(
$query
,
$args
);
$this
->
artefactexportmode
=
$tmpartefacts
=
get_column_sql
(
$query
,
$args
);
}
}
else
{
...
...
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