aboutsummaryrefslogtreecommitdiff
path: root/templates/postform.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/postform.inc.php')
-rw-r--r--templates/postform.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/postform.inc.php b/templates/postform.inc.php
index 63e3901..282e9dc 100644
--- a/templates/postform.inc.php
+++ b/templates/postform.inc.php
@@ -24,8 +24,6 @@
attach_uploaded_files($_FILES['attachments'], $id);
}
- rebuild_feeds();
-
header('Location: '.$config['url']);
die();
}