diff options
| author | spiderr <spider@viovio.com> | 2012-05-02 23:13:33 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-02 23:13:33 -0400 |
| commit | a2848dc4d9bf0193623ae7105d06a540be0b8fb1 (patch) | |
| tree | c2a33134183bc15691529fcdd87fed0a52a31d7d | |
| parent | 72bd7f07ee6759a2caec6e70721471a18304f294 (diff) | |
| download | stats-a2848dc4d9bf0193623ae7105d06a540be0b8fb1.tar.gz stats-a2848dc4d9bf0193623ae7105d06a540be0b8fb1.tar.bz2 stats-a2848dc4d9bf0193623ae7105d06a540be0b8fb1.zip | |
replace self:: with static::
| -rw-r--r-- | Statistics.php | 2 |
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 '; |
