From 5f10d66e71fe39e677450ba6b957516d355d2ca9 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 26 Aug 2014 11:18:15 +0100 Subject: [PATCH] Removing stage reading mode as it will be set in LeftAndMain --- code/controllers/CMSMain.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/controllers/CMSMain.php b/code/controllers/CMSMain.php index ba1efdc2..85681c27 100644 --- a/code/controllers/CMSMain.php +++ b/code/controllers/CMSMain.php @@ -74,8 +74,6 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr parent::init(); - Versioned::reading_stage("Stage"); - Requirements::css(CMS_DIR . '/css/screen.css'); Requirements::customCSS($this->generatePageIconsCss());