commit b3276d0d2bf4dbd17cf098d5d0c85534aeb773d0 parent 11b28f653fc43901f93cc43ccb796aae8e68d11c Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 11:08:43 +0100 fixed bug in posts.php Diffstat:
| M | core/backend/blog/posts.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -27,7 +27,7 @@ $post_id = [ "$post_id_clean" => "$post_id_clean" - ] + ]; }