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
d6346dfb
Commit
d6346dfb
authored
May 31, 2007
by
Donal McMullan
Browse files
Change to arguments of save_config_options function
parent
63a79dae
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/imap/lib.php
View file @
d6346dfb
...
...
@@ -25,6 +25,8 @@
*/
defined
(
'INTERNAL'
)
||
die
();
global
$CFG
;
require_once
(
$CFG
->
docroot
.
'/auth/lib.php'
);
/**
* The internal authentication method, which authenticates users against the
...
...
@@ -210,7 +212,7 @@ class PluginAuthImap extends PluginAuth {
);
}
public
static
function
save_config_options
(
$values
)
{
public
static
function
save_config_options
(
$values
,
$form
)
{
$authinstance
=
new
stdClass
();
...
...
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