@@ -241,7 +241,7 @@ |
||
241 | 241 | // Parse list of consents |
242 | 242 | $user_consent = []; |
243 | 243 | foreach ($user_consent_list as $c) { |
244 | - $user_consent[$c[0]] = $c[1]; |
|
244 | + $user_consent[$c[0]] = $c[1]; |
|
245 | 245 | } |
246 | 246 | |
247 | 247 | $template_sp_content = []; |