summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb70e27)
raw | patch | inline | side by side (parent: eb70e27)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Aug 2007 06:30:14 +0000 (06:30 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/plugins/addons/gotomasses/class_gotomasses.inc b/plugins/addons/gotomasses/class_gotomasses.inc
index cda521c687c06d04a0be82307b0dfeadde27c06d..0399ec4fc187e0b11e70c59b50680846b000b607 100644 (file)
}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;
}