From 727a3a485dbbe9ea0304a39695a7bb81e0132f24 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 27 Sep 2006 09:59:14 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4798 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_glpiAccount.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2