mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 11:40:43 -04:00
Fix bug #522 - Handle "save settings" correctly in the "share translations" form.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user