Loading core/lib/Drupal/Core/Config/DatabaseStorage.php +1 −5 Original line number Diff line number Diff line Loading @@ -265,11 +265,7 @@ public function encode($data) { } /** * Implements Drupal\Core\Config\StorageInterface::decode(). * * @throws \ErrorException * The unserialize() call will trigger E_NOTICE if the string cannot * be unserialized. * {@inheritdoc} */ public function decode($raw) { $data = @unserialize($raw, ['allowed_classes' => FALSE]); Loading Loading
core/lib/Drupal/Core/Config/DatabaseStorage.php +1 −5 Original line number Diff line number Diff line Loading @@ -265,11 +265,7 @@ public function encode($data) { } /** * Implements Drupal\Core\Config\StorageInterface::decode(). * * @throws \ErrorException * The unserialize() call will trigger E_NOTICE if the string cannot * be unserialized. * {@inheritdoc} */ public function decode($raw) { $data = @unserialize($raw, ['allowed_classes' => FALSE]); Loading