diff options
| author | spiderr <spider@viovio.com> | 2012-05-05 18:30:57 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-05 18:30:57 -0400 |
| commit | f0ab8a0da902e45de6cdd6ff7b5df85eb8ac6e6b (patch) | |
| tree | abc62c57c30585312a1b7c6c94abb60d7dedbb5e | |
| parent | 72bd7f07ee6759a2caec6e70721471a18304f294 (diff) | |
| download | stats-f0ab8a0da902e45de6cdd6ff7b5df85eb8ac6e6b.tar.gz stats-f0ab8a0da902e45de6cdd6ff7b5df85eb8ac6e6b.tar.bz2 stats-f0ab8a0da902e45de6cdd6ff7b5df85eb8ac6e6b.zip | |
replace all calls to ::BitBase() with parent::__construct()
| -rw-r--r-- | Statistics.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Statistics.php b/Statistics.php index 7e78b9f..41e943c 100644 --- a/Statistics.php +++ b/Statistics.php @@ -16,7 +16,7 @@ class Statistics extends BitBase { * Initiate class */ function Statistics() { - BitBase::BitBase(); + parent::__construct(); } function prepGetList( &$pListHash ) { |
