From 92dfc7d626b37175f9b77b99b5547fc6dd6a6e0b Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 2 Apr 2008 15:38:47 +0000 Subject: Marcus Povey * Minor tweak to actually get the command from it all git-svn-id: https://code.elgg.org/elgg/trunk@368 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/exporttest/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') diff --git a/mod/exporttest/index.php b/mod/exporttest/index.php index e057ab094..923c4c219 100644 --- a/mod/exporttest/index.php +++ b/mod/exporttest/index.php @@ -4,6 +4,7 @@ global $CONFIG; $guid = get_input("guid"); + $action = get_input("action"); $_SESSION['id'] = 2; // Get the user -- cgit v1.2.3