You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Referrers' Archiver, line 207 distinct metrics are computed as count($this->getDataArray(...)), however, $this->getDataArray returns a DataArray instance, so the count always returns 1.
mattab
changed the title
referrers distinct metrics are incorrectly archived (code calls count() on a DataArray instance)
Referrers Overview, distinct metrics sparklines are always set to one
Feb 16, 2015
In Referrers' Archiver, line 207 distinct metrics are computed as
count($this->getDataArray(...))
, however, $this->getDataArray returns a DataArray instance, so the count always returns 1.Refs #6972
The text was updated successfully, but these errors were encountered: