Index: branches/version-2_12-dev/data/class/SC_View.php
===================================================================
--- branches/version-2_12-dev/data/class/SC_View.php	(revision 21760)
+++ branches/version-2_12-dev/data/class/SC_View.php	(revision 21761)
@@ -63,4 +63,10 @@
             $this->time_start = microtime(true);
         }
+
+        if(SMARTY_FORCE_COMPILE_MODE === true) {
+            $this->_smarty->force_compile = true;
+        } else {
+            $this->_smarty->force_compile = false;
+        }
     }
 
