summaryrefslogtreecommitdiff
path: root/submit.php
diff options
context:
space:
mode:
Diffstat (limited to 'submit.php')
-rw-r--r--submit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php
index 123c4b1e6..53af0e27a 100644
--- a/submit.php
+++ b/submit.php
@@ -6,7 +6,7 @@ $theme->header();
if ($user->id) {
if ($mod) {
- module_execute($mod, "user");
+ module_invoke($mod, "user");
}
else {
$result = db_query("SELECT * FROM category");