aboutsummaryrefslogtreecommitdiff
path: root/action.php
diff options
context:
space:
mode:
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"):