diff --git a/contact.php b/contact.php index 3271bb7..5d31902 100644 --- a/contact.php +++ b/contact.php @@ -12,7 +12,8 @@ $oUser = new User($_SESSION['current']->iUserId); /* Restrict error to logged-in users */ if(!$oUser->isLoggedIn()) - util_show_error_page_and_exit("You need to be logged in."); + util_show_error_page_and_exit("You need to be logged in."); $oRecipient = new User($aClean['iRecipientId']);