Loading l10n_community/src/L10nStatistics.php +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ class L10nStatistics { * Get count of all strings. */ public function getStringCount(): int { return $this->connection return (int) $this->connection ->query("SELECT COUNT(sid) FROM {l10n_server_string}") ->fetchField(); } Loading Loading
l10n_community/src/L10nStatistics.php +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ class L10nStatistics { * Get count of all strings. */ public function getStringCount(): int { return $this->connection return (int) $this->connection ->query("SELECT COUNT(sid) FROM {l10n_server_string}") ->fetchField(); } Loading