diff options
| -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 | 
