Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions core/controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ public function serversidefilechooserAction()
}
}

/**
*/
public function migratemidas2Action()
{
$this->requireAdminPrivileges();
Expand Down
8 changes: 0 additions & 8 deletions core/controllers/InstallController.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ class InstallController extends AppController
public $_components = array('Random', 'Utility');
public $_forms = array('Install');

/**
*/
public function init()
{
if (file_exists(LOCAL_CONFIGS_PATH.'/database.local.ini') && file_exists(
Expand All @@ -38,8 +36,6 @@ public function init()
}
}

/**
*/
public function indexAction()
{
if (file_exists(LOCAL_CONFIGS_PATH.'/database.local.ini')) {
Expand All @@ -56,8 +52,6 @@ public function indexAction()
}
}

/**
*/
public function step2Action()
{
if (file_exists(LOCAL_CONFIGS_PATH.'/database.local.ini')) {
Expand Down Expand Up @@ -220,8 +214,6 @@ public function step2Action()
}
}

/**
*/
public function step3Action()
{
$this->requireAdminPrivileges();
Expand Down
2 changes: 0 additions & 2 deletions core/models/pdo/ActivedownloadModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

require_once BASE_PATH.'/core/models/base/ActivedownloadModelBase.php';

/**
*/
class ActivedownloadModel extends ActivedownloadModelBase
{
/**
Expand Down