upgrades core to 8.4.2
This commit is contained in:
@@ -131,7 +131,7 @@ class NodeStatisticsDatabaseStorage implements StatisticsStorageInterface {
|
||||
public function maxTotalCount() {
|
||||
$query = $this->connection->select('node_counter', 'nc');
|
||||
$query->addExpression('MAX(totalcount)');
|
||||
$max_total_count = (int)$query->execute()->fetchField();
|
||||
$max_total_count = (int) $query->execute()->fetchField();
|
||||
return $max_total_count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user