We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89ba99 commit 9b0ea84Copy full SHA for 9b0ea84
includes/classes/Config.php
@@ -125,7 +125,7 @@ public function object_cache_file_content( $backend ) {
125
$string .= "\t" . 'include( \'' . $object_caches[ $backend ] . '\' );' . PHP_EOL;
126
$string .= '} else {' . PHP_EOL;
127
$string .= "\t" . 'define( \'POWERED_OBJECT_CACHE_HAS_PROBLEM\', true );' . PHP_EOL;
128
- $string .= '}'.PHP_EOL;
+ $string .= '}' . PHP_EOL;
129
130
/**
131
* Filters object-cache.php file contents.
0 commit comments