From dec3bef41b4d04a4f8142391a7b565c070d04664 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 21 Aug 2007 06:30:14 +0000 Subject: [PATCH] Allow saving of new tasks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7082 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/addons/gotomasses/class_gotomasses.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/addons/gotomasses/class_gotomasses.inc b/plugins/addons/gotomasses/class_gotomasses.inc index cda521c68..0399ec4fc 100644 --- a/plugins/addons/gotomasses/class_gotomasses.inc +++ b/plugins/addons/gotomasses/class_gotomasses.inc @@ -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; } -- 2.30.2