From: hickert Date: Tue, 21 Aug 2007 06:30:14 +0000 (+0000) Subject: Allow saving of new tasks X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dec3bef41b4d04a4f8142391a7b565c070d04664;p=gosa.git Allow saving of new tasks git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7082 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }