Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Sep 2006 09:59:14 +0000 (09:59 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 27 Sep 2006 09:59:14 +0000 (09:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4798 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_glpiAccount.inc

index 8fe8796309c71eef804a28b79e88138cae1b439e..12e677ba6cd337070c02f8cdbd82bd5ab39ca631 100644 (file)
@@ -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;
     }