Skip to content

Commit

Permalink
Dev: fixed survey group theme options save functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikvitt committed Jun 20, 2018
1 parent 5a362cf commit e6ffe71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/views/admin/themeoptions/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
unset($actionUrlArray['id']);
$actionBaseUrl = 'admin/themeoptions/sa/updatesurveygroup/';
$actionUrlArray['gsid'] = $model->gsid;
$actionUrlArray['id'] = $model->id;
}

$actionUrl = Yii::app()->getController()->createUrl($actionBaseUrl,$actionUrlArray);
Expand Down

0 comments on commit e6ffe71

Please sign in to comment.