diff options
| author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 15:38:47 +0000 | 
|---|---|---|
| committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-02 15:38:47 +0000 | 
| commit | 92dfc7d626b37175f9b77b99b5547fc6dd6a6e0b (patch) | |
| tree | 66e353bff78e8cbbe6a35f05b2ea02f5d64419c5 | |
| parent | 89f748de142769a5a343c5e30c21752769ef26f2 (diff) | |
| download | elgg-92dfc7d626b37175f9b77b99b5547fc6dd6a6e0b.tar.gz elgg-92dfc7d626b37175f9b77b99b5547fc6dd6a6e0b.tar.bz2 | |
Marcus Povey <marcus@dushka.co.uk>
* 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
| -rw-r--r-- | mod/exporttest/index.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 | 
