commit 11a6eaf5f6faeaa95343f7d54825b72cd2a49745
parent d33c41937b2c12969d20b160bd01f2368370b3fb
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 12:28:47 +0100
I forgot to push the posts.php -.-
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php
@@ -22,7 +22,7 @@
$post_categrory = "bug?";
}else{
//Check if Data in it
- if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE $post_id')) {
+ if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE $id')) {
//Put database data in variables
while($daten = $resultat->fetch_object() ){
$post_id = $daten->id;