aboutsummaryrefslogtreecommitdiff
path: root/templates/single.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/single.inc.php')
-rw-r--r--templates/single.inc.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/single.inc.php b/templates/single.inc.php
index a1344b0..438aa27 100644
--- a/templates/single.inc.php
+++ b/templates/single.inc.php
@@ -19,9 +19,6 @@
if(!$result) {
$error = 'Post could not be deleted!';
} else {
-
- rebuild_feeds();
-
header('Location: '.$config['url']);
die();
}
@@ -33,8 +30,6 @@
if(!$result) {
$error = 'Post could not be restored!';
- } else {
- rebuild_feeds();
}
}
@@ -72,8 +67,6 @@
if(!$result) {
$error = 'Post could not be updated!';
} else {
- rebuild_feeds();
-
header('Location: '.$config['url'].'/'.$_POST['id']);
die();
}