Fixed masonry grid (posts).

This commit is contained in:
K. Nobel
2017-01-26 12:20:32 +01:00
parent 977757b2d3
commit 3ebacd6251
4 changed files with 69 additions and 67 deletions

View File

@@ -126,7 +126,9 @@ function selectAllUserPosts($userID) {
");
$stmt->bindParam(':userID', $userID, PDO::PARAM_INT);
$stmt->execute();
if(!$stmt->execute()) {
return False;
}
return $stmt;
}