From 9eaa0616c45c43dc15a2713929a2816c49487664 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Thu, 9 Jun 2016 19:15:17 +0200 Subject: [PATCH] . --- src/editBot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editBot.php b/src/editBot.php index 044cd1d..0f586e7 100644 --- a/src/editBot.php +++ b/src/editBot.php @@ -8,7 +8,7 @@ if(isset($_POST['xd_check'])){ $botDescription=$_POST['botDescription']; $email=$_POST['email']; - if(isset($err)) && $err <> ""){ + if((isset($err)) && ($err <> "")){ $message="

".$err."

"; $editDone=false; }elseif($err == ""){