diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/import/opendd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/import/opendd.php b/actions/import/opendd.php index 6802fc5a2..8f4761f1c 100644 --- a/actions/import/opendd.php +++ b/actions/import/opendd.php @@ -17,7 +17,7 @@ admin_gatekeeper(); // Get input - $data = get_input($data); + $data = get_input('data'); // Import $return = import($data); |