aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
Diffstat (limited to 'actions')
-rw-r--r--actions/addtag.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/actions/addtag.php b/actions/addtag.php
index 34d286061..8974d9a28 100644
--- a/actions/addtag.php
+++ b/actions/addtag.php
@@ -6,6 +6,17 @@
// Make sure we're logged in (send us to the front page if not)
if (!isloggedin()) forward();
+
+ $coordinates_str = get_input('coordinates');
+ error_log($coordinates_str);
+
+ $user_id = get_input('user_id');
+ //$entity_guid = get_input('entity_guid', null);
+ $word = get_input('word');
+
+ error_log($word);
+ error_log($user_id);
+
forward($_SERVER['HTTP_REFERER']);