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
65c11fa7
Commit
65c11fa7
authored
May 05, 2009
by
Nigel McNie
Browse files
Make the memory limit higher while generating html exports.
parent
cfb167b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/export/html/lib.php
View file @
65c11fa7
...
...
@@ -99,6 +99,8 @@ class PluginExportHtml extends PluginExport {
* Main export routine
*/
public
function
export
()
{
raise_memory_limit
(
'128M'
);
$summaries
=
array
();
$plugins
=
plugins_installed
(
'artefact'
,
true
);
$exportplugins
=
array
();
...
...
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