diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-03-18 00:53:44 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-03-18 00:53:44 +0000 |
commit | 222f6e2e23a878b5c598fa189a8c385fe6f0ebf3 (patch) | |
tree | d2fe7d60b1036b63447dd7e8d823ffcdd035c7e8 /core/controllers/l10n_client.php | |
parent | 8c1f6006114b9bae79b869ae4e51bc35836a3270 (diff) |
Functional l10n_client / server interaction:
- Get / verify API Key from l10n server
- Submit translations
- Fetch translations / updates
Reference: Tasks: 75, 76, 55
TODO: Move out of core (and a series of other tasks).
Diffstat (limited to 'core/controllers/l10n_client.php')
-rw-r--r-- | core/controllers/l10n_client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/l10n_client.php b/core/controllers/l10n_client.php index 3e95248a..68340ed2 100644 --- a/core/controllers/l10n_client.php +++ b/core/controllers/l10n_client.php @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class L10n_Client_Controller extends Controller { - public function save($string) { + public function save() { access::verify_csrf(); user::active()->admin or access::forbidden(); |