diff options
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 |
