@@ -19,7 +19,7 @@ |
||
19 | 19 | $stmt->bindParam(":reciever", $name); |
20 | 20 | $stmt->execute(); |
21 | 21 | |
22 | -if($stmt->rowCount() == 1) { |
|
22 | +if ($stmt->rowCount() == 1) { |
|
23 | 23 | $_SESSION['error']->message = "You have already favorited this video."; |
24 | 24 | header('Location: ' . $_SERVER['HTTP_REFERER']); |
25 | 25 | die(); |