diff --git a/call.inc.php b/call.inc.php index d579f9b2..e2bb2ff0 100644 --- a/call.inc.php +++ b/call.inc.php @@ -51,7 +51,7 @@ if ($_POST) { if (!$result) { echo "

" . lang('Error during calling') . ": " . htmlspecialchars($error) . "

\n"; } else { - if ($result == true) { + if ($result === true) { echo "

$message

\n"; } else { select($result);