From: hickert Date: Mon, 17 Oct 2005 04:47:52 +0000 (+0000) Subject: break in array index X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=57f1651486afde32b6b7913258963a28702471dc;p=gosa.git break in array index git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1576 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_workstationStartup.inc b/plugins/admin/systems/class_workstationStartup.inc index a748f40ce..6a0406689 100644 --- a/plugins/admin/systems/class_workstationStartup.inc +++ b/plugins/admin/systems/class_workstationStartup.inc @@ -129,8 +129,7 @@ class workstartup extends plugin */ if(isset($_POST['gotoShareAdd'])){ /* We assign a share to this user, if we don't know where to mount the share */ - if((!isset($_POST['gotoShareMountPoint']))||(empty($_POST['gotoShareMountPoint']))||(preg_match("/[\|]/i",$_POST['gotoShareMountPoi -nt']))){ + if((!isset($_POST['gotoShareMountPoint']))||(empty($_POST['gotoShareMountPoint']))||(preg_match("/[\|]/i",$_POST['gotoShareMountPoint']))){ print_red(_("You must specify a valid mount point.")); }else{ $a_share = $this->gotoAvailableShares[$_POST['gotoShareSelection']];