diff options
| author | spiderr <spider@viovio.com> | 2012-05-05 18:23:16 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-05 18:23:16 -0400 |
| commit | 32c7d11763faad7b0fc03b57b1d808f4ca4aef89 (patch) | |
| tree | 70ed7d841822107a67ecd16f7d5507cd1a28649f | |
| parent | 628470931bb11fb8a5ab2e3f9a158b47662b2b08 (diff) | |
| download | rss-32c7d11763faad7b0fc03b57b1d808f4ca4aef89.tar.gz rss-32c7d11763faad7b0fc03b57b1d808f4ca4aef89.tar.bz2 rss-32c7d11763faad7b0fc03b57b1d808f4ca4aef89.zip | |
replace all calls to ::BitBase() with parent::__construct()
| -rw-r--r-- | rss_lib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rss_lib.php b/rss_lib.php index 73fb813..ef4ef42 100644 --- a/rss_lib.php +++ b/rss_lib.php @@ -17,7 +17,7 @@ */ class RSSLib extends BitBase { function RSSLib() { - BitBase::BitBase(); + parent::__construct(); } function list_rss_modules($offset, $max_records, $sort_mode, $find) { |
