From 2d9b20157957a55bd83875775085ed31c9062577 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Mar 2014 14:58:52 -0300 Subject: Squashed 'mod/translation_editor/' content from commit 9d86955 git-subtree-dir: mod/translation_editor git-subtree-split: 9d86955e6d8b6807578f5a9da0346ac1a146881c --- actions/unmake_translation_editor.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 actions/unmake_translation_editor.php (limited to 'actions/unmake_translation_editor.php') diff --git a/actions/unmake_translation_editor.php b/actions/unmake_translation_editor.php new file mode 100644 index 000000000..1872d7f6c --- /dev/null +++ b/actions/unmake_translation_editor.php @@ -0,0 +1,20 @@ +translation_editor); + $result = true; + } + + if(!$result){ + register_error(elgg_echo("translation_editor:action:unmake_translation_editor:error")); + } else { + system_message(elgg_echo("translation_editor:action:unmake_translation_editor:success")); + } + forward(REFERER); -- cgit v1.2.3