summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 39c1b0852..545beba21 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -2778,7 +2778,7 @@ class SchemaCache extends DrupalCacheArray {
public function __construct() {
// Cache by request method.
- parent::__construct('schema:runtime:' . $_SERVER['REQUEST_METHOD'] == 'GET', 'cache');
+ parent::__construct('schema:runtime:' . ($_SERVER['REQUEST_METHOD'] == 'GET'), 'cache');
}
protected function resolveCacheMiss($offset) {