Code

Allow saving of new tasks
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 21 Aug 2007 06:30:14 +0000 (06:30 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 21 Aug 2007 06:30:14 +0000 (06:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7082 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/addons/gotomasses/class_gotomasses.inc

index cda521c687c06d04a0be82307b0dfeadde27c06d..0399ec4fc187e0b11e70c59b50680846b000b607 100644 (file)
@@ -106,7 +106,7 @@ class gotomasses extends plugin
         }else{
           $this->tasks[] = $this->dialog->save();
         }
-        if(!isset($_POST['apply_goto_task']) && $this->current != -1){
+        if(!isset($_POST['apply_goto_task'])){
           $this->dialog = FALSE;
           $this->current = -1;
         }