OSDN Git Service

installプラグイン削除機能停止
authorCake <cake_67@users.sourceforge.jp>
Fri, 16 Apr 2010 15:58:27 +0000 (00:58 +0900)
committerCake <cake_67@users.sourceforge.jp>
Fri, 16 Apr 2010 15:58:27 +0000 (00:58 +0900)
app/plugins/install/controllers/install_controller.php

index d37fae2..9b42eda 100644 (file)
@@ -176,6 +176,9 @@ class InstallController extends InstallAppController {
     function finish() {
         $this->pageTitle = __('Installation completed successfully', true);
 
+
+
+/* Delete method killed (because it depending on Permission)
         if (isset($this->params['named']['delete'])) {
             App::import('Core', 'Folder');
             $this->folder = new Folder;
@@ -187,6 +190,7 @@ class InstallController extends InstallAppController {
                 $this->Session->setFlash(__('Could not delete installation files.', true));
             }
         }
+*/
     }
 /**
  * Execute SQL file