Skip to content
Snippets Groups Projects
Unverified Commit b5eb5d74 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3525174 by benjifisher, smustgrave, greggles, catch, larowlan, mcdruid:...

Issue #3525174 by benjifisher, smustgrave, greggles, catch, larowlan, mcdruid: Clean up unserialize() in the config system

(cherry picked from commit 4cfe1582)
parent 8978c893
No related branches found
No related tags found
1 merge request!8559#3450868 Add ViewsConfigUpdater deprecation support for default_argument_skip_url
Pipeline #531052 passed
Pipeline: drupal

#531055

    ......@@ -273,7 +273,7 @@ public function encode($data) {
    * be unserialized.
    */
    public function decode($raw) {
    $data = @unserialize($raw);
    $data = @unserialize($raw, ['allowed_classes' => FALSE]);
    return is_array($data) ? $data : FALSE;
    }
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment