Code

Fixed typo
[gosa.git] / gosa-core / include / class_sortableListing.inc
index e526029db27336467462bd6397cc27939f848ab0..cbb2334586a8d0cb5e27c269ff11c1dbef1b361d 100644 (file)
@@ -369,6 +369,7 @@ class sortableListing {
     }
 
     // Delete requested?
+    $this->action = "";
     if (strpos($this->acl, 'd') !== false){
       foreach ($_POST as $key => $value) {
         if (preg_match('/^del_'.$this->id.'_([0-9]+)_x.*$/', $key, $matches)) {