diff options
| author | 2016-10-01 09:24:46 +0200 | |
|---|---|---|
| committer | 2016-10-01 09:24:46 +0200 | |
| commit | c16a973d453078a037a2a6a6e8e3d17ffd3bf2e6 (patch) | |
| tree | dbb2b6159d879112d2605b79afd699473813f6d0 /app/Models/StatsDAOPGSQL.php | |
| parent | c35111fe53ba2081abc735cb61e83987ade5ce86 (diff) | |
PostgreSQL schema update
Diffstat (limited to 'app/Models/StatsDAOPGSQL.php')
| -rw-r--r-- | app/Models/StatsDAOPGSQL.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/StatsDAOPGSQL.php b/app/Models/StatsDAOPGSQL.php index 649dfa8b5..1effbb64b 100644 --- a/app/Models/StatsDAOPGSQL.php +++ b/app/Models/StatsDAOPGSQL.php @@ -61,7 +61,7 @@ SQL; $repartition[(int) $value['period']] = (int) $value['count']; } - return $this->convertToSerie($repartition); + return $repartition; } } |
