diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-04-13 19:26:18 +0200 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2012-04-13 19:26:18 +0200 |
commit | ddb6cadf66c7f6c26430a14658d232a88bcceb7a (patch) | |
tree | 1fd9e8c8bbe007f182e020354e27041f0952252e /lib/blog/post.php | |
parent | a535a9e7e017629178b45acc2e96e1d674a0d6fc (diff) | |
download | Bits-ddb6cadf66c7f6c26430a14658d232a88bcceb7a.tar.gz Bits-ddb6cadf66c7f6c26430a14658d232a88bcceb7a.zip |
Minor changes in navigation.
Diffstat (limited to 'lib/blog/post.php')
-rw-r--r-- | lib/blog/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blog/post.php b/lib/blog/post.php index 1f1525a..a17ba5b 100644 --- a/lib/blog/post.php +++ b/lib/blog/post.php @@ -28,7 +28,7 @@ if (isset($_POST['title']) && isset($_POST['text'])) { } sql("INSERT INTO blog_tags(post, tag) VALUES " . implode(',', $v)); } - header("Location: drafts-blog"); + header("Location: view-blog-$id"); die(); } } |