summaryrefslogtreecommitdiff
path: root/export
diff options
context:
space:
mode:
Diffstat (limited to 'export')
-rw-r--r--export4
1 files changed, 2 insertions, 2 deletions
diff --git a/export b/export
index bca0d12bb..50e402ea4 100644
--- a/export
+++ b/export
@@ -2,9 +2,9 @@
include_once "includes/common.inc";
-function export($name, $module) {
+function export($name) {
global $REQUEST_URI;
- module_execute($name, "export", explode("/", $REQUEST_URI));
+ module_invoke($name, "export", explode("/", $REQUEST_URI));
}
module_iterate("export");