aboutsummaryrefslogtreecommitdiff
path: root/action.php
diff options
context:
space:
mode:
authorroot2014-09-26 00:12:01 +0200
committerroot2014-09-26 00:12:01 +0200
commitbde71668e1b64f57e4cd3d45703e8a488b1de957 (patch)
treea23d671ce1f59a6b46f9461e347061d97095039e /action.php
parent3c8bee64793332bf3fda6af3c57d881636ec35d6 (diff)
downloadjungegemeinde-bde71668e1b64f57e4cd3d45703e8a488b1de957.tar.gz
improvements
Diffstat (limited to 'action.php')
-rw-r--r--action.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/action.php b/action.php
index a52d471..6af6fe6 100644
--- a/action.php
+++ b/action.php
@@ -115,7 +115,8 @@ switch($_GET["task"]){
if ( $result = $db->doQuery($sql) ){
header($_SERVER["SERVER_PROTOCOL"] . " 302 Moved");
header("Location: /?page=" . $_GET["goto"]);
- $c->flush($_GET["_flush"]);
+ //$c->flush($_GET["_flush"]);
+ $c->flush();
}
break;
case("account"):