aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/w/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/w/index.php b/public/w/index.php
index 9c4ee32..38a4132 100644
--- a/public/w/index.php
+++ b/public/w/index.php
@@ -34,7 +34,7 @@ if (isset($_POST['action'])) {
if ($app->exist($_GET['id'])) {
$art = new Art($_POST);
$app->update($art);
- //header('Location: ?id=' . $art->id() . '&edit=1');
+ header('Location: ?id=' . $art->id() . '&edit=1');
}
break;