diff options
Diffstat (limited to 'core/controllers')
-rw-r--r-- | core/controllers/admin_languages.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/controllers/admin_languages.php b/core/controllers/admin_languages.php index 72a01bc3..98572fd8 100644 --- a/core/controllers/admin_languages.php +++ b/core/controllers/admin_languages.php @@ -42,7 +42,6 @@ class Admin_Languages_Controller extends Admin_Controller { } public function fetch_updates() { - // @todo Convert this to AJAX / progress bar. $form = $this->_translation_updates_form(); if ($form->validate()) { l10n_scanner::update_index(); |