diff --git a/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php b/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php index 64f70cc..4cc6dec 100644 --- a/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php +++ b/core/modules/locale/lib/Drupal/locale/Controller/LocaleController.php @@ -51,8 +51,8 @@ public function checkTranslation() { */ public function translatePage() { return array( - 'filter' => drupal_get_form(TranslateFilterForm::create($this->container)), - 'form' => drupal_get_form(TranslateEditForm::create($this->container)), + 'filter' => drupal_get_form(TranslateFilterForm::create($this->container())), + 'form' => drupal_get_form(TranslateEditForm::create($this->container())), ); }