summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-05-05 18:31:14 -0400
committerspiderr <spider@viovio.com>2012-05-05 18:31:14 -0400
commit96828c5ed8fad8901fef129be9462bb2e6ce890c (patch)
tree06135c2bd96256a5d825a550bd1f3cc222ee5e18
parentf0ab8a0da902e45de6cdd6ff7b5df85eb8ac6e6b (diff)
parenta2848dc4d9bf0193623ae7105d06a540be0b8fb1 (diff)
downloadstats-96828c5ed8fad8901fef129be9462bb2e6ce890c.tar.gz
stats-96828c5ed8fad8901fef129be9462bb2e6ce890c.tar.bz2
stats-96828c5ed8fad8901fef129be9462bb2e6ce890c.zip
Merge branch 'master' of github.com:bitweaver/stats
-rw-r--r--Statistics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Statistics.php b/Statistics.php
index 41e943c..9a47849 100644
--- a/Statistics.php
+++ b/Statistics.php
@@ -65,7 +65,7 @@ class Statistics extends BitBase {
$pListHash['sort_mode'] = 'uu.`registration_date_desc`';
}
- self::prepGetList( $pListHash );
+ static::prepGetList( $pListHash );
if( !empty( $pListHash['period_format'] ) && !empty( $pListHash['timeframe'] ) ) {
$whereSql .= empty( $whereSql ) ? ' WHERE ' : ' AND ';