X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FCache%2FDatabaseBackendFactory.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FCache%2FDatabaseBackendFactory.php;h=6bde00babd745f2d08ccc1ba0fa744de5d4b1058;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=b86390e19656182af8fe9d1eb998c755969ed181;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php b/web/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php index b86390e19..6bde00bab 100644 --- a/web/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php +++ b/web/core/lib/Drupal/Core/Cache/DatabaseBackendFactory.php @@ -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'])) {