diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-06-03 19:01:57 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-06-03 19:01:57 -0600 |
commit | 3845dba196e4684b188c1fda9ee328ce70a3e7a8 (patch) | |
tree | a0466988aa45732a25fc8138d50129e64524ff32 /modules/gallery | |
parent | 6fa9a43d8781565c478c25282ac18a0c1d3a503b (diff) | |
parent | dd854379c20722a763ae7fe3d097a57a544cae80 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/helpers/l10n_client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/l10n_client.php b/modules/gallery/helpers/l10n_client.php index 4e905c6c..33f23857 100644 --- a/modules/gallery/helpers/l10n_client.php +++ b/modules/gallery/helpers/l10n_client.php @@ -173,7 +173,7 @@ class l10n_client_Core { $request->{$key}->translations->{$row->locale} = json_encode(unserialize($row->translation)); } - // @todo reduce memory consumpotion, e.g. free $request + // @todo reduce memory consumption, e.g. free $request $request_data = json_encode($request); $url = self::_server_url() . "?q=translations/submit"; $signature = self::_sign($request_data); |