summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-05-02 23:13:33 -0400
committerspiderr <spider@viovio.com>2012-05-02 23:13:33 -0400
commita2848dc4d9bf0193623ae7105d06a540be0b8fb1 (patch)
treec2a33134183bc15691529fcdd87fed0a52a31d7d
parent72bd7f07ee6759a2caec6e70721471a18304f294 (diff)
downloadstats-a2848dc4d9bf0193623ae7105d06a540be0b8fb1.tar.gz
stats-a2848dc4d9bf0193623ae7105d06a540be0b8fb1.tar.bz2
stats-a2848dc4d9bf0193623ae7105d06a540be0b8fb1.zip
replace self:: with static::
-rw-r--r--Statistics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Statistics.php b/Statistics.php
index 7e78b9f..d1e1d50 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 ';