diff options
Diffstat (limited to 'app/class/issue.class.php')
| -rw-r--r-- | app/class/issue.class.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/app/class/issue.class.php b/app/class/issue.class.php index e439dff..1286e1a 100644 --- a/app/class/issue.class.php +++ b/app/class/issue.class.php @@ -100,8 +100,8 @@ class issue extends object          if (!($next = $stage->getNext()))              $this->close(); - -        $this->setParent($next); +        else +            $this->setParent($next);      }      /* | 
