aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/module
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/module')
-rw-r--r--app/controllers/module/module.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/controllers/module/module.php b/app/controllers/module/module.php
index 08597f1..7b862d4 100644
--- a/app/controllers/module/module.php
+++ b/app/controllers/module/module.php
@@ -295,13 +295,6 @@ class Module_ModuleController extends MVVController
$this->modul->fassung_typ = Request::option('fassung_typ');
$this->modul->version = trim(Request::get('version'));
$this->modul->verantwortlich = trim(Request::get('verantwortlich'));
- // change original language
- if (
- !$this->modul->isNew()
- && $this->modul->original_language !== Request::option('original_language')
- ) {
- $this->setOriginalLanguage($this->modul, Request::option('original_language'));
- }
}
$deskriptor_fields = ['bezeichnung', 'verantwortlich',