Code

Small fix.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Jun 2008 08:37:15 +0000 (08:37 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 5 Jun 2008 08:37:15 +0000 (08:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11231 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/class_systemManagement.inc

index 90933fa0412f530d76ea0864495907bf2f8e8036..8dee77f84b9be66e91940a18b02ff687ad5fc042 100644 (file)
@@ -416,7 +416,9 @@ class systems extends plugin
 
 
     if (isset($_POST['create_system'])||$s_action=="newsystem") {
-
+    
+      $this->last_action = "";
+  
       /* If the current entry is an incoming object 
        * $sw = System type as posted in new incoming handling dialog 
        */