Skip to content

Commit

Permalink
2546-fix-simplesamlphp-config-memcache-fatal-error (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantully authored and grasmash committed Feb 12, 2018
1 parent dbf9319 commit 07fb9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/simplesamlphp/acquia_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function acquia_logging_config(array $config) {
* @return array
* Updated configuration.
*/
function mc_session_store(array $config) {
function mc_session_store(array $config, array $ah_options) {
$config['store.type'] = 'memcache';
$config['memcache_store.servers'] = mc_info();
$config['memcache_store.prefix'] = $ah_options['database_name'];
Expand Down

0 comments on commit 07fb9d0

Please sign in to comment.