From: hickert Date: Wed, 27 Sep 2006 09:59:14 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=727a3a485dbbe9ea0304a39695a7bb81e0132f24;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4798 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_glpiAccount.inc b/plugins/admin/systems/class_glpiAccount.inc index 8fe879630..12e677ba6 100644 --- a/plugins/admin/systems/class_glpiAccount.inc +++ b/plugins/admin/systems/class_glpiAccount.inc @@ -270,7 +270,7 @@ class glpiAccount extends plugin /* System type management */ - if(isset($_POST['edit_type']) && $this->acl->acl_is_writeable("type")){ + if(isset($_POST['edit_type']) && $this->acl_is_writeable("type")){ $this->dialog = true; $this->edit_type=true; }