diff options
| author | spiderr <spider@viovio.com> | 2012-05-06 12:45:10 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-06 12:45:10 -0400 |
| commit | 5a4b2d21144404a25e8a6b35643db42347e8a16a (patch) | |
| tree | dfdd6eb2e9894eafdacd87a8b26261fd55d4b4b4 /BitThemes.php | |
| parent | d6db0ee2992b49a307f6c80eae8e935e7d75be2e (diff) | |
| download | themes-5a4b2d21144404a25e8a6b35643db42347e8a16a.tar.gz themes-5a4b2d21144404a25e8a6b35643db42347e8a16a.tar.bz2 themes-5a4b2d21144404a25e8a6b35643db42347e8a16a.zip | |
replace all PHP4 style constructors with __construct; replace calls to base class constructors with parent::__construct()
Diffstat (limited to 'BitThemes.php')
| -rw-r--r-- | BitThemes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitThemes.php b/BitThemes.php index a0fc548..f36e130 100644 --- a/BitThemes.php +++ b/BitThemes.php @@ -50,7 +50,7 @@ class BitThemes extends BitBase { * * @return void */ - function BitThemes() { + function __construct() { parent::__construct(); // start up caching engine |
