summaryrefslogtreecommitdiff
path: root/bit_setup_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'bit_setup_inc.php')
-rw-r--r--bit_setup_inc.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php
index a2d8b43..ed30bfe 100644
--- a/bit_setup_inc.php
+++ b/bit_setup_inc.php
@@ -22,7 +22,10 @@ $gLibertySystem->registerService(
require_once( THEMES_PKG_PATH."BitThemes.php" );
BitThemes::loadSingleton();
-global $gBitThemes;
+global $gBitThemes, $gBitSmarty;
+
+$gBitSmarty->verifyCompileDir();
+
// setStyle first, in case package decides it wants to reset the style in it's own <package>/bit_setup_inc.php
if( !$gBitThemes->getStyle() ) {