diff --git a/modules/cdc/lib/Server.php b/modules/cdc/lib/Server.php index 22e15a1a476234229082c8f9c079f3ac9e7b1391..3727c347da1b070be747d3760379b7cb8107d730 100644 --- a/modules/cdc/lib/Server.php +++ b/modules/cdc/lib/Server.php @@ -385,7 +385,7 @@ class sspmod_cdc_Server * @param array $list The list of IdPs. * @return string The CDC cookie value. */ - function setCDC(array $list) + private function setCDC(array $list) { foreach ($list as &$value) { $value = base64_encode($value);