Skip to content
Snippets Groups Projects
Commit 390744a9 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Set visibility

parent 27fc2659
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment