Fix bug #522 - Handle "save settings" correctly in the "share translations" form.

This commit is contained in:
Andy Staudacher
2009-09-01 11:11:22 -07:00
parent 295fc0c14c
commit b50d7f0d69
@@ -61,7 +61,7 @@ class Admin_Languages_Controller extends Admin_Controller {
return $this->index($form);
}
if ($form->sharing->share) {
if ($this->input->post("share")) {
l10n_client::submit_translations();
message::success(t("Translations submitted"));
} else {