diff --git a/presents.php b/presents.php
index f0bf605..7618065 100644
--- a/presents.php
+++ b/presents.php
@@ -54,8 +54,7 @@ if (!empty($_POST['present'])) {
$telegraphText = "Вам пришёл подарок от {$from}!";
db::c()->query('INSERT INTO `telegraph` (receiver, text) VALUES (?i,"?s")', $receiver['id'], $telegraphText)->fetch_assoc();
$status = "Подарок удачно доставлен к {$_POST['receiver']}! Вы потратили {$cost} кр.";
-} else $status = "Не выбран тип подарка!";
-
+}
?>
@@ -94,7 +93,7 @@ if (!empty($_POST['present'])) {
-
+