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
3d618f24
Commit
3d618f24
authored
May 12, 2016
by
Son Nguyen
Committed by
Gerrit Code Review
May 12, 2016
Browse files
Merge "Bug 1572407: Allowing elasticsearch config to save"
parents
5e7fd1b9
b218fc4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/search/elasticsearch/lib.php
View file @
3d618f24
...
...
@@ -364,6 +364,7 @@ class PluginSearchElasticsearch extends PluginSearch {
}
public
static
function
save_config_options
(
Pieform
$form
,
$values
)
{
require_once
(
get_config
(
'docroot'
)
.
'artefact/lib.php'
);
set_config_plugin
(
'search'
,
'elasticsearch'
,
'cronlimit'
,
$values
[
'cronlimit'
]);
// Changes in artefact types:
...
...
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