Skip to content

Commit 7500f9d

Browse files
Limekillerkeevan
authored andcommitted
#817: sp/module.php references a file that no longer exists
1 parent 2dc645c commit 7500f9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'debug' => ['saml' => $saml2auth->is_debugging()],
5050
'logging.level' => $saml2auth->is_debugging() ? SimpleSAML\Logger::DEBUG : SimpleSAML\Logger::ERR,
5151
'logging.handler' => $saml2auth->config->logtofile ? 'file' : 'errorlog',
52+
'tempdir' => '/tmp/simplesaml',
5253

5354
// SSP has a %srcip token, but instead use $remoteip so Moodle handle's which header to use.
5455
'logging.format' => '%date{%b %d %H:%M:%S} ' . $remoteip . ' %process %level %stat[%trackid] %msg',

sp/module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
$_SERVER['SERVER_PORT'] = '443';
3434
}
3535

36-
require($CFG->dirroot.'/auth/saml2/.extlib/simplesamlphp/www/module.php');
36+
require($CFG->dirroot.'/auth/saml2/.extlib/simplesamlphp/public/module.php');

0 commit comments

Comments
 (0)