summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-09-01 20:17:57 -0700
committerBharat Mediratta <bharat@menalto.com>2009-09-01 20:17:57 -0700
commit2ec11c5c4da1eb1d45b192d2df9c1a08c71d7362 (patch)
tree6b7f2e711719ebb9c8d8ff6c5ba1e9c2cbb79ec9 /modules/gallery/controllers
parent03c5c117759aca8a3d898c6c4f03da6ddf67e81d (diff)
parent95ea310aff41f7c16b0a48ec35a5f47c32a4d801 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers')
-rw-r--r--modules/gallery/controllers/admin_languages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/controllers/admin_languages.php b/modules/gallery/controllers/admin_languages.php
index 894daedb..d91e5205 100644
--- a/modules/gallery/controllers/admin_languages.php
+++ b/modules/gallery/controllers/admin_languages.php
@@ -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 {