summaryrefslogtreecommitdiff
path: root/BitThemes.php
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2012-05-06 12:45:10 -0400
committerspiderr <spider@viovio.com>2012-05-06 12:45:10 -0400
commit5a4b2d21144404a25e8a6b35643db42347e8a16a (patch)
treedfdd6eb2e9894eafdacd87a8b26261fd55d4b4b4 /BitThemes.php
parentd6db0ee2992b49a307f6c80eae8e935e7d75be2e (diff)
downloadthemes-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.php2
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