Index: branches/unlabeled/unlabeled-1.156.2/core/kernel/application.php =================================================================== diff -u -r6235 -r6239 --- branches/unlabeled/unlabeled-1.156.2/core/kernel/application.php (.../application.php) (revision 6235) +++ branches/unlabeled/unlabeled-1.156.2/core/kernel/application.php (.../application.php) (revision 6239) @@ -646,7 +646,7 @@ $this->InitParser(); $t = $this->GetVar('t'); - if ($this->isModuleEnabled('In-CMS')) { + if ($this->isModuleEnabled('In-Edit')) { $cms_handler =& $this->recallObject('cms_EventHandler'); if (!$this->TemplatesCache->TemplateExists($t) && !$this->IsAdmin()) { $t = $cms_handler->GetDesignTemplate();