Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Cache / DatabaseBackendFactory.php
index b86390e19656182af8fe9d1eb998c755969ed181..6bde00babd745f2d08ccc1ba0fa744de5d4b1058 100644 (file)
@@ -74,7 +74,7 @@ class DatabaseBackendFactory implements CacheFactoryInterface {
     $max_rows_settings = $this->settings->get('database_cache_max_rows');
     // First, look for a cache bin specific setting.
     if (isset($max_rows_settings['bins'][$bin])) {
-      $max_rows  = $max_rows_settings['bins'][$bin];
+      $max_rows = $max_rows_settings['bins'][$bin];
     }
     // Second, use configured default backend.
     elseif (isset($max_rows_settings['default'])) {