diff options
Diffstat (limited to 'apps/encryption/lib/Controller/StatusController.php')
-rw-r--r-- | apps/encryption/lib/Controller/StatusController.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/encryption/lib/Controller/StatusController.php b/apps/encryption/lib/Controller/StatusController.php index b133d5b2e5b..fa88a35453e 100644 --- a/apps/encryption/lib/Controller/StatusController.php +++ b/apps/encryption/lib/Controller/StatusController.php @@ -73,12 +73,6 @@ class StatusController extends Controller { $status = 'error'; $message = 'no valid init status'; switch( $this->session->getStatus()) { - case Session::RUN_MIGRATION: - $status = 'interactionNeeded'; - $message = (string)$this->l->t( - 'You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run \'occ encryption:migrate\' or contact your administrator' - ); - break; case Session::INIT_EXECUTED: $status = 'interactionNeeded'; $message = (string)$this->l->t( |