This commit is contained in:
qronald
2017-04-07 16:28:20 -04:00
parent 6bd68b3028
commit 4fb11e2faf
5 changed files with 7 additions and 11 deletions

View File

@@ -106,14 +106,12 @@ class Groupwf extends BaseGroupwf
if ($this->validate()) {
$con->begin();
$res = $this->save();
if (isset( $aData['GRP_TITLE'] )) {
$this->setGrpTitleContent( $aData['GRP_TITLE'] );
} else {
$this->setGrpTitleContent( 'Default Group Title' );
}
$res = $this->save();
$con->commit();
return $this->getGrpUid();
} else {