diff --git a/core/controllers/InstallController.php b/core/controllers/InstallController.php index 35698f7b0..a4f2aadc8 100644 --- a/core/controllers/InstallController.php +++ b/core/controllers/InstallController.php @@ -99,7 +99,6 @@ public function step2Action() } } - $this->view->writable = is_writable(BASE_PATH); $this->view->basePath = BASE_PATH; if ($this->_request->isPost()) { diff --git a/core/views/install/index.phtml b/core/views/install/index.phtml index 908644d09..29f69d233 100644 --- a/core/views/install/index.phtml +++ b/core/views/install/index.phtml @@ -47,16 +47,12 @@ } } - if ($this->writable === false) { - echo "