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.
2 parents ba4dac1 + 7ba11ca commit 5ac6e5cCopy full SHA for 5ac6e5c
lib/Categories/Database.php
@@ -119,7 +119,7 @@ protected function databaseSize() {
119
$database_size = filesize($this->config->getSystemValue('dbhost'));
120
} else {
121
/** @psalm-suppress UndefinedInterfaceMethod */
122
- $params = $this->connection->getParams();
+ $params = $this->connection->getInner()->getParams();
123
if (file_exists($params['path'])) {
124
$database_size = filesize($params['path']);
125
}
0 commit comments