From dcdbd4fcb09df43044bc6d18179d43e3a1bd2a86 Mon Sep 17 00:00:00 2001 From: franzz Date: Thu, 28 Aug 2014 20:53:02 +0200 Subject: [PATCH] fix variable system --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d881959..b9bc769 100644 --- a/index.php +++ b/index.php @@ -49,7 +49,7 @@ $asAttendees = isset($_REQUEST['attendees'])?$_REQUEST['attendees']:''; $bFirstConn = isset($_GET['first_conn'])?$_GET['first_conn']:false; $iMessageId = isset($_GET['message_id'])?$_GET['message_id']:0; $oItemId = isset($_REQUEST['id'])?$_REQUEST['id']:0; -$sSystem = isset($_POST['id'])?$_POST['system']:0; +$sSystem = isset($_POST['system'])?$_POST['system']:''; $sResult = ''; //Launching application